diff options
Diffstat (limited to 'build/token')
-rw-r--r-- | build/token | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/token b/build/token index 670207d..f7e45dc 100644 --- a/build/token +++ b/build/token @@ -18,6 +18,7 @@ namespace build eos, name, newline, + pair_separator, colon, lcbrace, rcbrace, @@ -25,7 +26,7 @@ namespace build plus_equal, dollar, lparen, - rparen, + rparen }; class token |