diff options
author | ubq323 <ubq323@ubq323.website> | 2024-06-24 19:30:09 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-06-24 19:30:09 +0100 |
commit | bc47478d855b08023409dbfc8550958991265c14 (patch) | |
tree | 804e45dd6b57917ccaf4d64832909061738b41e4 /tests/vars1.bth | |
parent | bea93dc98b602472bb36635dfdf425d14d826673 (diff) |
keep track of stack position while compiling
Diffstat (limited to 'tests/vars1.bth')
-rw-r--r-- | tests/vars1.bth | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/vars1.bth b/tests/vars1.bth new file mode 100644 index 0000000..718b52b --- /dev/null +++ b/tests/vars1.bth @@ -0,0 +1,2 @@ +(+ 2 (let (a 10) + (* a a))) |