This is a simple programming language that describes the compiler phases. The language has only declaration statement, assign statement and if conditions. The output machine code is for SIC machine.
- Lexical Analyser
- Parser
- Intermediate Code Generation
- Code Optimizer
- Code Generation
- Write the source code in res/source code
- The output machine code stored in res/machine code
- The compilation steps shown in run window