From 765cc704d5e9d652dc606440203e8c6a0fd3361e Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 23 Jul 2018 15:28:35 -0700 Subject: Renamed nomsu_tree -> syntax_tree, so anyone looking for syntax trees knows where to look. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index e19f27a..26301da 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3