diff options
author | ubq323 <ubq323@ubq323.website> | 2023-08-03 21:08:03 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-08-03 21:09:26 +0100 |
commit | 7dcbac1a3ce1c6fd87d79a0b76cdb20c8f090184 (patch) | |
tree | 199dc390df6fd0604a11e1ffc6671c5995bddcb7 /test.bþ | |
parent | 62126fd5070a88488fe8375105863f500b43fb7c (diff) |
add strings to parser
Diffstat (limited to 'test.bþ')
-rw-r--r-- | test.bþ | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,4 +1 @@ -(do - (set a 4) - (set b 5) - (print (+ a b))) +(+ 6 (* 9 25)) |