aboutsummaryrefslogtreecommitdiff
path: root/nomsu.moon
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-04-26 14:04:51 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-04-26 14:04:59 -0700
commit6fecb5d3950949d3bcf232f74283229248c21247 (patch)
tree7ca4e5846e288b8cebd4e958760a2d18dd51a58d /nomsu.moon
parent7f99c70d564ec999e782e83f482e6d8e22c88ef2 (diff)
Cleaning up codegen and TODO
Diffstat (limited to 'nomsu.moon')
-rwxr-xr-xnomsu.moon6
1 files changed, 2 insertions, 4 deletions
diff --git a/nomsu.moon b/nomsu.moon
index c1ba9de..9441414 100755
--- a/nomsu.moon
+++ b/nomsu.moon
@@ -30,16 +30,14 @@ debug_getinfo = debug.getinfo
-- TODO:
-- consider non-linear codegen, rather than doing thunks for things like comprehensions
--- improve indentation of generated lua code
--- better error reporting
-- type checking?
-- Add compiler options for optimization level (compile-fast vs. run-fast, etc.)
-- Do a pass on all actions to enforce parameters-are-nouns heuristic
-- Maybe do some sort of lazy definitions of actions that defer until they're used in code
-- Add a ((%x foo %y) where {x:"asdf", y:"fdsa"}) compile-time action for substitution
--- Allow plain text backslash like: "\n" in longstrings without requiring "\\n"
+-- Allow plain text backslash like: "\n" in indented text without requiring "\\n"
-- Maybe support some kind of regex action definitions like "foo %first (and %next)*"?
--- Re-implement nomsu-to-lua comment translation
+-- Re-implement nomsu-to-lua comment translation?
export FILE_CACHE
-- FILE_CACHE is a map from filename (string) -> string of file contents