Skip to content

wherewhere/ILAssembler

Repository files navigation

ILAssembler Build Workflow

This directory contains the ILAssembler tool and its build instructions.

Build Instructions

Regular Builds

For everyday development and regular builds, simply run:

dotnet build src/ILAssembler

Updating Generated Files

If you modify any .g4 grammar files (rare), you must regenerate the parser and related files:

dotnet build src/ILAssembler/gen

This will update the generated files before building the main project.


For more details, see the main repository README or contact the maintainers.

About

The .NET IL Assembler.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors