This is an IC compiler, written in Java. it translates IC code to LIR code through these stages -
Lexical analysis - breaking the code to a stream of tokens
Syntax Analysis - build the AST tree for the expressions
Semantic checks - building the sym tables, type tables, and the overall global symbot table
IR Code generation - Translating all the AST tree into LIR code.
-
Notifications
You must be signed in to change notification settings - Fork 0
tzurE/IC-Compiler
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
An IC compiler, translates IC code to LIR(IR representation)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published