summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. 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)
commit6423640ce306a9dac411dc1eda21b32419027965 (patch)
treeeabf340476047fcc57998df45bc86cba584b89a9
parent9006ed42ac11f2fca59c5dfa699f9c2273f0e05e (diff)
downloadeggshell-6423640ce306a9dac411dc1eda21b32419027965.zip
eggshell-6423640ce306a9dac411dc1eda21b32419027965.tar.gz
eggshell-6423640ce306a9dac411dc1eda21b32419027965.tar.bz2
TODO: Drop lexer optimization note
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index f795294..78b5ee4 100644
--- a/TODO
+++ b/TODO
@@ -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()`