|
sammine-lang
|

Files | |
| CodegenVisitor.cpp | |
| Implementation for CodegenVisitor, it converts the AST Representation into LLVM IR and it also uses a visitor pattern in order to traverse through the parsed AST to emit LLVM IR. | |
| SammineJIT.cpp | |
| The Implementation for SammineJIT. | |
| TypeConverter.cpp | |
| Implementation for TypeConverter, converting AST Node types into LLVM IR Types. | |