summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-10Reference input strings without copyingNanoTech5-66/+70
2017-03-10Parse string literalsNanoTech2-12/+95
2017-03-10Parse identifiers' first character correctlyNanoTech1-2/+5
2017-03-10Remove unused and commented symbol lexing codeNanoTech1-32/+0
2017-03-10Refactor comment end findingNanoTech1-18/+9
2017-03-10Parse Const, lists, and recordsNanoTech4-33/+133
2017-03-10Colored error messagesNanoTech1-9/+38
2017-03-10rustc-style error messagesNanoTech1-3/+29
2017-03-10test reservedNanoTech1-1/+1
2017-03-10Parse builtins correctlyNanoTech2-1/+27
2017-03-10Separate keywords and builtinsNanoTech2-35/+44
2017-03-10Print some error contextNanoTech1-2/+8
2017-03-10Add more ExprB rulesNanoTech2-7/+35
2017-03-10Skip commentsNanoTech1-8/+41
2017-03-10Report the offset of errorsNanoTech1-2/+3
2017-03-10Read and parse stdinNanoTech2-4/+7