diff options
author | Lizzy Hunt <lizzy.hunt@usu.edu> | 2024-02-28 15:06:00 -0700 |
---|---|---|
committer | Lizzy Hunt <lizzy.hunt@usu.edu> | 2024-02-28 15:06:00 -0700 |
commit | 55c00566b0c4870d4c4409ab3e93aacf74f8d081 (patch) | |
tree | 4226b7e518a3ab88987d544ea892da42952255ee /test/programs/application.cps | |
parent | d39cf84965dffd11cab440f5a4efa1b16932ba73 (diff) | |
download | cps-interpreter-55c00566b0c4870d4c4409ab3e93aacf74f8d081.tar.gz cps-interpreter-55c00566b0c4870d4c4409ab3e93aacf74f8d081.zip |
identity function, repl upgrade
Diffstat (limited to 'test/programs/application.cps')
-rw-r--r-- | test/programs/application.cps | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/programs/application.cps b/test/programs/application.cps new file mode 100644 index 0000000..169329e --- /dev/null +++ b/test/programs/application.cps @@ -0,0 +1 @@ +PRIMOP(+, [INT 1, INT 2], [result], [APP(LABEL id, [VAR result])])
\ No newline at end of file |