mirror of
https://github.com/Ed94/gencpp.git
synced 2025-07-03 20:31:03 -07:00
More fixes found by self-parsing
This commit is contained in:
@ -166,7 +166,7 @@ namespace parser {
|
||||
}
|
||||
|
||||
struct ParseInfo
|
||||
|
||||
{
|
||||
Arena FileMem;
|
||||
Arena TokMem;
|
||||
Arena CodeMem;
|
||||
@ -175,7 +175,7 @@ struct ParseInfo
|
||||
Array<parser::Token> Tokens;
|
||||
Array<parser::Error> Errors;
|
||||
// Errors are allocated to a dedicated general arena.
|
||||
;
|
||||
};
|
||||
|
||||
CodeBody parse_file( StrC path );
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user