The lexer has been created for converting the program into tokens and the lexer is validated by numerous tests cases for accuracy of production rules accepted by the language. The parser that goes through tokens, checking for syntax error. Then AST will create a nodes for each type of statement and declaration. The type checker will go through the tree to set and check types,then the Code generator will generate byte code for the program.
-
Notifications
You must be signed in to change notification settings - Fork 0
ganesansanthanam/Compiler
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published