diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-02-29 10:03:33 -0500 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-02-29 10:03:33 -0500 |
commit | addd42ceaecf1e2b7dfa142f397fbbdce26b93ef (patch) | |
tree | 539994612f37fe840df178b55f805eda3dfb5f56 /lisc | |
parent | cf5b7b0fb3fedd8526d0f11c616969c0c3e3c1a7 (diff) | |
download | roux-addd42ceaecf1e2b7dfa142f397fbbdce26b93ef.tar.gz |
group symbols together in tokens enum
Diffstat (limited to 'lisc')
-rw-r--r-- | lisc/parse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisc/parse.c b/lisc/parse.c index 8143ef6..4ed1dc1 100644 --- a/lisc/parse.c +++ b/lisc/parse.c @@ -89,8 +89,6 @@ enum { TS, TZ, - TPlus, - TInt, TFlts, TFltd, @@ -99,6 +97,8 @@ enum { TGlo, TTyp, TStr, + + TPlus, TEq, TComma, TLParen, |