summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-02-08 18:48:37 (EST)
committer P. J. McDermott <pj@pehjota.net>2017-02-08 18:48:37 (EST)
commit860861c7feaa939705a2a9fab95029a774d9a5cf (patch)
treeb1b30ee80ca22706e108acf0b596b22b97d37f41
parent711fe4d365125778b2a8f48cd801630ae47d0f45 (diff)
downloadeggshell-860861c7feaa939705a2a9fab95029a774d9a5cf.zip
eggshell-860861c7feaa939705a2a9fab95029a774d9a5cf.tar.gz
eggshell-860861c7feaa939705a2a9fab95029a774d9a5cf.tar.bz2
TODO: Describe possible lexer optimization
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 78b5ee4..f795294 100644
--- a/TODO
+++ b/TODO
@@ -26,3 +26,5 @@
- 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()`