diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-02-23 17:27:16 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-02-23 17:27:16 -0700 |
commit | e8e9ee18f29b2557fdc514c4322f5446484c4d58 (patch) | |
tree | 1d44fde6ca06f4c377d5cbf3d5ec9b31746ef012 /test/programs/add-1-3.cps | |
parent | d0d6aae1e56428f597f69f5c9cfb261afe671f5d (diff) | |
download | cps-interpreter-e8e9ee18f29b2557fdc514c4322f5446484c4d58.tar.gz cps-interpreter-e8e9ee18f29b2557fdc514c4322f5446484c4d58.zip |
simple parser
Diffstat (limited to 'test/programs/add-1-3.cps')
-rw-r--r-- | test/programs/add-1-3.cps | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/programs/add-1-3.cps b/test/programs/add-1-3.cps new file mode 100644 index 0000000..95b9939 --- /dev/null +++ b/test/programs/add-1-3.cps @@ -0,0 +1,2 @@ +PRIMOP(+, [INT 1, INT 2], [u], + [APP(LABEL identity, [VAR u])])
\ No newline at end of file |