Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Natural/Show builtin | Nadrieril | 2019-02-27 | 1 | -0/+1 |
* | Fix mixed up parsing of integers/naturals | Nadrieril | 2019-02-27 | 1 | -2/+2 |
* | Switch to Rust 2018 edition | Nadrieril | 2019-02-27 | 1 | -7/+7 |
* | Revert "Try to update to latest nom" | Nadrieril | 2019-02-27 | 1 | -26/+28 |
* | Try to update to latest nom | Nadrieril | 2019-02-27 | 1 | -28/+26 |
* | Update dependencies | Nadrieril | 2019-02-27 | 1 | -5/+5 |
* | fixed some clippy warnings | Andre Bogus | 2017-09-08 | 1 | -1/+1 |
* | Seperate built-in types and functions from Expr | NanoTech | 2017-03-10 | 1 | -37/+25 |
* | Replace Cow<'i, str> with &'i str in Expr | NanoTech | 2017-03-10 | 1 | -6/+4 |
* | Reference input strings without copying | NanoTech | 2017-03-10 | 1 | -6/+8 |
* | Parse string literals | NanoTech | 2017-03-10 | 1 | -12/+93 |
* | Parse identifiers' first character correctly | NanoTech | 2017-03-10 | 1 | -2/+5 |
* | Remove unused and commented symbol lexing code | NanoTech | 2017-03-10 | 1 | -32/+0 |
* | Refactor comment end finding | NanoTech | 2017-03-10 | 1 | -18/+9 |
* | Parse Const, lists, and records | NanoTech | 2017-03-10 | 1 | -28/+72 |
* | test reserved | NanoTech | 2017-03-10 | 1 | -1/+1 |
* | Separate keywords and builtins | NanoTech | 2017-03-10 | 1 | -27/+36 |
* | Add more ExprB rules | NanoTech | 2017-03-10 | 1 | -5/+24 |
* | Skip comments | NanoTech | 2017-03-10 | 1 | -8/+41 |
* | Report the offset of errors | NanoTech | 2017-03-10 | 1 | -2/+3 |
* | Initial commit | NanoTech | 2017-03-10 | 1 | -0/+240 |