diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-23 15:28:35 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-23 15:29:03 -0700 |
| commit | 765cc704d5e9d652dc606440203e8c6a0fd3361e (patch) | |
| tree | 8b348bed84a9111d87335e48136169062200b86f /nomsu_compiler.moon | |
| parent | 991d9994e9a792a47dd0fac6ab2d1b5a110b65c8 (diff) | |
Renamed nomsu_tree -> syntax_tree, so anyone looking for syntax trees
knows where to look.
Diffstat (limited to 'nomsu_compiler.moon')
| -rw-r--r-- | nomsu_compiler.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu_compiler.moon b/nomsu_compiler.moon index 2856ff2..ee5eca4 100644 --- a/nomsu_compiler.moon +++ b/nomsu_compiler.moon @@ -21,7 +21,7 @@ colored = setmetatable({}, {__index:(_,color)-> ((msg)-> colors[color]..tostring unpack or= table.unpack {:match, :sub, :gsub, :format, :byte, :find} = string {:NomsuCode, :LuaCode, :Source} = require "code_obj" -AST = require "nomsu_tree" +AST = require "syntax_tree" Parser = require("parser") -- Mapping from source string (e.g. "@core/metaprogramming.nom[1:100]") to a mapping -- from lua line number to nomsu line number |
