Class | Description |
---|---|
LexicalAnalyzer |
Lexical analyzer implementing the DFA.
|
LLVMGenerator |
Main class of the LLVM generator.
|
Main |
Main class handling the interaction with the user.
|
Parser |
Main class of the parsing and the semantic analysis.
|
RaiseError |
Prints error message on the error output.
|
RaiseWarning |
Write a warning message on the standard output.
|
SymbolsTable |
Class holding the table of symbols.
|
VariableInteger |