Lot's of work on a CGenerator, AST and language improvements
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "Parser.h"
|
||||
|
||||
Parser::Parser() : EOFSymbol("$EOF$", true), nullSymbol("$NULL$", true){
|
||||
Parser::Parser() : EOFSymbol("$EOF$", true), nullSymbol("$NULL$", true), invalidSymbol("$INVALID$", true){
|
||||
table.setSymbols(EOFSymbol, nullSymbol);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user