Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Try to update to latest nom" | Nadrieril | 2019-02-27 | 1 | -1/+1 |
| | | | | This reverts commit d5bc8da87f3fed99a010d867a3e34d2768caf768. | ||||
* | Try to update to latest nom | Nadrieril | 2019-02-27 | 1 | -1/+1 |
| | |||||
* | Use BTreeMaps to keep records and unions sorted | NanoTech | 2017-03-10 | 1 | -4/+4 |
| | |||||
* | Seperate built-in types and functions from Expr | NanoTech | 2017-03-10 | 1 | -2/+3 |
| | |||||
* | Replace Cow<'i, str> with &'i str in Expr | NanoTech | 2017-03-10 | 1 | -4/+3 |
| | | | | Cow::Owned is never used in Expr | ||||
* | Begin implementing type checking | NanoTech | 2017-03-10 | 1 | -0/+1 |
| | |||||
* | Reference input strings without copying | NanoTech | 2017-03-10 | 1 | -24/+25 |
| | |||||
* | Parse string literals | NanoTech | 2017-03-10 | 1 | -0/+2 |
| | |||||
* | Parse Const, lists, and records | NanoTech | 2017-03-10 | 1 | -1/+56 |
| | | | | Also fix keyword parsing to always consume whole identifiers. | ||||
* | Parse builtins correctly | NanoTech | 2017-03-10 | 1 | -1/+1 |
| | |||||
* | Separate keywords and builtins | NanoTech | 2017-03-10 | 1 | -8/+8 |
| | |||||
* | Add more ExprB rules | NanoTech | 2017-03-10 | 1 | -2/+11 |
| | |||||
* | Initial commit | NanoTech | 2017-03-10 | 1 | -0/+94 |