Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2017-03-10 | Parse string literals | NanoTech | 2 | -12/+95 |
2017-03-10 | Parse identifiers' first character correctly | NanoTech | 1 | -2/+5 |
2017-03-10 | Remove unused and commented symbol lexing code | NanoTech | 1 | -32/+0 |
2017-03-10 | Refactor comment end finding | NanoTech | 1 | -18/+9 |
2017-03-10 | Parse Const, lists, and records | NanoTech | 4 | -33/+133 |
2017-03-10 | Colored error messages | NanoTech | 1 | -9/+38 |
2017-03-10 | rustc-style error messages | NanoTech | 1 | -3/+29 |
2017-03-10 | test reserved | NanoTech | 1 | -1/+1 |
2017-03-10 | Parse builtins correctly | NanoTech | 2 | -1/+27 |
2017-03-10 | Separate keywords and builtins | NanoTech | 2 | -35/+44 |
2017-03-10 | Print some error context | NanoTech | 1 | -2/+8 |
2017-03-10 | Add more ExprB rules | NanoTech | 2 | -7/+35 |
2017-03-10 | Skip comments | NanoTech | 1 | -8/+41 |
2017-03-10 | Report the offset of errors | NanoTech | 1 | -2/+3 |
2017-03-10 | Read and parse stdin | NanoTech | 2 | -4/+7 |