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 /README.md | |
| parent | 991d9994e9a792a47dd0fac6ab2d1b5a110b65c8 (diff) | |
Renamed nomsu_tree -> syntax_tree, so anyone looking for syntax trees
knows where to look.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ All `.moon` files have been precompiled into corresponding `.lua` files, so you * `nomsu.peg` - The [Parsing Expression Grammar](https://en.wikipedia.org/wiki/Parsing_expression_grammar) used to define Nomsu's syntax. The format of this file is a slightly modified version of the format accepted by LPEG's `re` module. * `nomsu_compiler.moon` - **The actual Nomsu compiler**. This file can be imported and used without going through the regular command line interface (e.g. for applications that want to embed the compiler). * `parser.moon` - The Nomsu parser. This file can also be imported and used directly for applications that only need to *parse* Nomsu, not compile it. -* `nomsu_tree.moon` - Datastructures used for Nomsu ASTs. +* `syntax_tree.moon` - Datastructures used for Nomsu Abstract Syntax Trees. * `code_obj.moon` - Datastructures used for incrementally building generated code, while preserving code origins. * `error_handling.moon` - The logic for producing good error messages within Lua that reference the Nomsu source code that led to them. * `utils.lua` - A set of utility actions used by nomsu.moon. |
