diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-02-08 23:17:09 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-02-08 23:17:09 (EST) |
commit | 6423640ce306a9dac411dc1eda21b32419027965 (patch) | |
tree | eabf340476047fcc57998df45bc86cba584b89a9 | |
parent | 9006ed42ac11f2fca59c5dfa699f9c2273f0e05e (diff) | |
download | eggshell-6423640ce306a9dac411dc1eda21b32419027965.zip eggshell-6423640ce306a9dac411dc1eda21b32419027965.tar.gz eggshell-6423640ce306a9dac411dc1eda21b32419027965.tar.bz2 |
TODO: Drop lexer optimization note
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -26,5 +26,3 @@ - configure looks for toolchain on system, uses included toolchain if not found - Top-level makefile directs build process (simple and bootstrap builds) - * Likely lexer optimization: replace printf in `accept()` with eval-based - array, then join and printf the array in `run_lexer()` |