Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-02-28 | Fix imports in grammar.lalrpop | Nadrieril | 1 | -7/+7 |
2019-02-27 | Revert "Try to update to latest nom" | Nadrieril | 1 | -1/+1 |
2019-02-27 | Try to update to latest nom | Nadrieril | 1 | -1/+1 |
2017-03-10 | Use BTreeMaps to keep records and unions sorted | NanoTech | 1 | -4/+4 |
2017-03-10 | Seperate built-in types and functions from Expr | NanoTech | 1 | -2/+3 |
2017-03-10 | Replace Cow<'i, str> with &'i str in Expr | NanoTech | 1 | -4/+3 |
2017-03-10 | Begin implementing type checking | NanoTech | 1 | -0/+1 |
2017-03-10 | Reference input strings without copying | NanoTech | 1 | -24/+25 |
2017-03-10 | Parse string literals | NanoTech | 1 | -0/+2 |
2017-03-10 | Parse Const, lists, and records | NanoTech | 1 | -1/+56 |
2017-03-10 | Parse builtins correctly | NanoTech | 1 | -1/+1 |
2017-03-10 | Separate keywords and builtins | NanoTech | 1 | -8/+8 |
2017-03-10 | Add more ExprB rules | NanoTech | 1 | -2/+11 |