commit addd42ceaecf1e2b7dfa142f397fbbdce26b93ef parent cf5b7b0fb3fedd8526d0f11c616969c0c3e3c1a7 Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu> Date: Mon, 29 Feb 2016 10:03:33 -0500 group symbols together in tokens enum Diffstat:
| M | lisc/parse.c | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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,