SIMPLELANG COMPILER Current feature identification of tokens, Variable Declaration Assignment Arithmetic Operations (+ , -) Conditionals (if with else branch ) Build the compiler: g++ -o compiler main.cpp lexer.cpp parser.cpp Executing the compiler compiler.exe How to run the output Use the 8-bit computer Sample Outputs 1 Input- Output- Structure of Compiler