topazc
File List
Here is a list of all files with brief descriptions:
[detail level 123]
 
include
 
codegen
 
codegen.hpp
Header file for defining compiler code generator
 
exception
 
exception.hpp
Header file for defining thrown exceptions by the compiler
 
lexer
 
lexer.hpp
Header file for defining the lexer
 
token.hpp
Header file for defining the token
 
parser
 
ast.hpp
Header file for defining AST tree elements
 
parser.hpp
Header file for defining parser
 
semantic
 
semantic.hpp
Header file for defining semantic analyzer
 
src
 
codegen
 
codegen.cpp
Codegen.hpp implementation
 
exception
 
exception.cpp
Exception.hpp implementation
 
lexer
 
lexer.cpp
Lexer.hpp implementation
 
parser
 
parser.cpp
Parser.hpp implementation
 
semantic
 
semantic.cpp
Semantic.hpp implementation
 
main.cpp
Compiler entry point