Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Don't ignore ret variables, remove memory leak on add_token failure | David Phillips | 2019-08-11 |
* | Fix and add tests for NULL deref cases found by scan-build | David Phillips | 2019-08-11 |
* | Wrap tests in valgrind, clean up memory leaks | David Phillips | 2019-08-04 |
* | lex: empty file is equivalent to EOL | David Phillips | 2019-08-04 |
* | Enable -Wall and -Wextra, fix warnings | David Phillips | 2019-08-03 |
* | Add test for asm-disasm-asm, fix bug with labels | David Phillips | 2019-08-03 |
* | Misc tidy up of assembler sources | David Phillips | 2019-08-03 |
* | Add support for // /**/ style comments | David Phillips | 2019-08-03 |
* | Fix bug lexing char values | David Phillips | 2019-08-03 |
* | More unused code removal | David Phillips | 2019-08-03 |
* | Remove superfluous printfs, factor reg table lookup | David Phillips | 2019-08-03 |
* | emit_error -> emit, factor keywords out | David Phillips | 2019-08-03 |
* | Dirst dump of working prototype | David Phillips | 2019-08-03 |