From 860861c7feaa939705a2a9fab95029a774d9a5cf Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 08 Feb 2017 18:48:37 -0500 Subject: TODO: Describe possible lexer optimization --- 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()` -- cgit v0.9.1