summaryrefslogtreecommitdiff
path: root/lex.c
Commit message (Collapse)AuthorAge
* Add lexer support for comment linesDavid Phillips2018-08-06
|
* Factor token definitions outDavid Phillips2018-08-06
|
* lex,parse: Add nand, norDavid Phillips2018-08-02
| | | | Also update sample script to avoid idents colliding with keywords
* Remove unneeded build debug todoDavid Phillips2018-08-01
| | | | It was malformed anyway, ha.
* Rename lexer and parser, fix compilation warningsDavid Phillips2018-08-01