diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-04-17 14:47:28 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-04-17 14:47:42 -0700 |
| commit | b589c23741c3111c151c0fecc7e299fd321c13a1 (patch) | |
| tree | 3468eee84708d8a53c69ae3a5734ff9b022aa734 /core/metaprogramming.nom | |
| parent | 26d0de8299c7568152f479320444833b4d30d0eb (diff) | |
Disabled comment transpilation for now.
Diffstat (limited to 'core/metaprogramming.nom')
| -rw-r--r-- | core/metaprogramming.nom | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/core/metaprogramming.nom b/core/metaprogramming.nom index 870754b..1b65890 100644 --- a/core/metaprogramming.nom +++ b/core/metaprogramming.nom @@ -155,10 +155,7 @@ action [help %action]: # Compiler tools immediately: compile [run %code] to: - Lua value ".." - nomsu:run(\(%code as lua expr), '\ - =lua "nomsu:get_line_number(nomsu.compilestack[#nomsu.compilestack])" - ..') + Lua value "nomsu:run(\(%code as lua expr), \(=lua "tree.source"))" parse [enable debugging] as: lua> "nomsu.debug = true;" parse [disable debugging] as: lua> "nomsu.debug = false;" |
