diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-09-14 14:38:59 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-09-14 14:39:10 -0700 |
| commit | 31f593fb097fcf31a07fb6e1a5d501904cabcb28 (patch) | |
| tree | 357c0f73994cbe65b9c330f03a2268b59527ee12 /Makefile | |
| parent | 54e1f99e90764570666d692dd97be888f98ee2fc (diff) | |
Removing the remnants of the old parser system.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,10 +11,10 @@ UNINSTALL_VERSION= # ========= You shouldn't need to mess with any of these variables below ================ MOON_FILES= code_obj.moon error_handling.moon files.moon nomsu.moon nomsu_compiler.moon \ - syntax_tree.moon parser.moon containers.moon bitops.moon \ + syntax_tree.moon containers.moon bitops.moon \ parser2.moon pretty_errors.moon string2.moon LUA_FILES= code_obj.lua consolecolors.lua error_handling.lua files.lua nomsu.lua nomsu_compiler.lua \ - syntax_tree.lua parser.lua containers.lua bitops.lua utils.lua \ + syntax_tree.lua containers.lua bitops.lua utils.lua \ parser2.lua pretty_errors.lua string2.lua CORE_NOM_FILES= $(wildcard core/*.nom) CORE_LUA_FILES= $(patsubst %.nom,%.lua,$(CORE_NOM_FILES)) |
