Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 629 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 629 Bytes

Bootstrapped Antimony compiler

This compiler is an attempt to build an Antimony compiler in Antimony itself.

Building and running

Note: Another Antimony compiler needs to be installed on the system.

To run this compiler, execute sb run src/main.sb.

Alternatively, you can use Make to build and run the project.

make: builds the compiler

make run builds the compiler and executes the binary

State of this compiler

This compiler is not ready to be used yet. See the reference compiler for a stable implementation.