Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-03-01 | Split abnf_to_pest and dhall into their own crates | Nadrieril | 1 | -162/+0 | |
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 | |
This reverts commit d5bc8da87f3fed99a010d867a3e34d2768caf768. | |||||
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 | |
Cow::Owned is never used in Expr | |||||
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 | |
Also fix keyword parsing to always consume whole identifiers. | |||||
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 | |