summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-02-08 11:15:19 (EST)
committer P. J. McDermott <pj@pehjota.net>2017-02-08 11:15:19 (EST)
commit8a89e73a757c8dbc8c0091399f1d406e67ebf3e8 (patch)
treec8e1c0079456a9b19c912f9be6edd0dc87c0046b
parentbea3747c9ac928649b5a4f80fc2a39841b340469 (diff)
downloadeggshell-8a89e73a757c8dbc8c0091399f1d406e67ebf3e8.zip
eggshell-8a89e73a757c8dbc8c0091399f1d406e67ebf3e8.tar.gz
eggshell-8a89e73a757c8dbc8c0091399f1d406e67ebf3e8.tar.bz2
TODO: Mention symbol table in generated code
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index c6c0dd3..78b5ee4 100644
--- a/TODO
+++ b/TODO
@@ -20,7 +20,7 @@
- Maybe add -fno-mangle-symbols option to eshtrans to disable prefixing and
insert a flag in generated code to enable eshrt to update variables
- Or just add a function or operator to resolve/unmangle symbol names at
- run time
+ run time (collected from a symbol table in the generated code)
* Build system
- Pre-built toolchain in source tree
- configure looks for toolchain on system, uses included toolchain if not