sammine-lang
|
Directories | |
ast | |
codegen | |
compiler | |
lex | |
semantics | |
typecheck | |
util | |
Files | |
Parser.cpp | |
Implementation for Parser class, it takes in the token stream and converts it into Parsing things suchs as programs, top-level (record, functions, global variables) | |
sammine.cpp | |
The main file to produce an executable that is the sammine compiler. | |