Skip to content

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 t…

License

Notifications You must be signed in to change notification settings

Ganesh96/Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compiler

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.

About

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 t…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages