From 31f593fb097fcf31a07fb6e1a5d501904cabcb28 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 14 Sep 2018 14:38:59 -0700 Subject: Removing the remnants of the old parser system. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 388f411..10e788b 100644 --- a/Makefile +++ b/Makefile @@ -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)) -- cgit v1.2.3