diff options
Diffstat (limited to 'build/parser')
-rw-r--r-- | build/parser | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/parser b/build/parser index e37e68a..4390c67 100644 --- a/build/parser +++ b/build/parser @@ -72,6 +72,9 @@ namespace build using_ (token&, token_type&); void + define (token&, token_type&); + + void variable (token&, token_type&, std::string name, token_type kind); std::string |