Note
Forked from https://github.com/dotnet/runtime/tree/main/src/tools/ilasm
This directory contains the ILAssembler tool and its build instructions.
For everyday development and regular builds, simply run:
dotnet build src/ILAssemblerIf you modify any .g4 grammar files (rare), you must regenerate the parser and related files:
dotnet build src/ILAssembler/genThis will update the generated files before building the main project.
For more details, see the main repository README or contact the maintainers.