diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-03-30 12:19:44 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-03-30 12:19:44 +0200 |
commit | 70256514a09e4692c6839f5c2b21b7ec9c1055bd (patch) | |
tree | 453000060d5180b5ab85a4add1187a826b9289c1 /build/token | |
parent | c699c956d75dfaaded5bb24c5ea16edc73588649 (diff) |
Add support for configurable pair separator, use @ instead of = in buildspec
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 |