mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Fixed the parser - whoops
This commit is contained in:
@@ -112,7 +112,8 @@ typedef struct {
|
||||
PrecedenceRule precedence;
|
||||
} ParseRule;
|
||||
|
||||
static ParseRule parseRules[];
|
||||
//no static!
|
||||
ParseRule parseRules[];
|
||||
|
||||
//forward declarations
|
||||
static void declaration(Toy_Parser* parser, Toy_ASTNode** nodeHandle);
|
||||
|
||||
Reference in New Issue
Block a user