Intermediate Language in the Quiche Compiler
[This article is a copy of comments in source code for the Def.IL unit.] The intermediate language (IL) is the core of the Quiche compiler. The parsertakes the source code and converts it to IL. The code generator takes the IL andconverts it to assembly code. Each IL record stores an operation and up the …. Read More