Three-stage compiler for a custom programming language named Starlet
The front end analyzes the source code to build an internal representation of the program, called the intermediate representation.
The back end is responsible for the CPU architecture specific optimizations and for code generation
To view syntax Click here