summaryrefslogtreecommitdiff
path: root/lex.c
Commit message (Expand)AuthorAge
* Don't ignore ret variables, remove memory leak on add_token failureDavid Phillips2019-08-11
* Fix and add tests for NULL deref cases found by scan-buildDavid Phillips2019-08-11
* Wrap tests in valgrind, clean up memory leaksDavid Phillips2019-08-04
* lex: empty file is equivalent to EOLDavid Phillips2019-08-04
* Enable -Wall and -Wextra, fix warningsDavid Phillips2019-08-03
* Add test for asm-disasm-asm, fix bug with labelsDavid Phillips2019-08-03
* Misc tidy up of assembler sourcesDavid Phillips2019-08-03
* Add support for // /**/ style commentsDavid Phillips2019-08-03
* Fix bug lexing char valuesDavid Phillips2019-08-03
* More unused code removalDavid Phillips2019-08-03
* Remove superfluous printfs, factor reg table lookupDavid Phillips2019-08-03
* emit_error -> emit, factor keywords outDavid Phillips2019-08-03
* Dirst dump of working prototypeDavid Phillips2019-08-03