Rename joy_to_ast to parser.

This commit is contained in:
sforman
2023-07-27 09:19:12 -07:00
parent 0a1b150eb5
commit ef504aa1c4
5 changed files with 213 additions and 208 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
all: joy_to_ast thun printer
all: parser thun printer
joy_to_ast: joy_to_ast.prolog
gplc --no-top-level joy_to_ast.prolog
parser: parser.prolog
gplc --no-top-level parser.prolog
thun: thun.prolog
gplc --no-top-level thun.prolog