eval_joy_ast

This commit is contained in:
Simon Forman
2023-02-17 13:56:37 -08:00
parent 0d51f7ec1f
commit a33bb8cdaa
6 changed files with 421 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
joy_to_ast: joy_to_ast.prolog
swipl --goal=main --stand_alone=true -o joy_to_ast -c joy_to_ast.prolog
eval_joy_ast: eval_joy_ast.prolog
swipl --goal=main --stand_alone=true -o eval_joy_ast -c eval_joy_ast.prolog