all repos — min @ 122fae050a9f7ba590655508f401a1867d035cd4

A small but practical concatenative programming language.

Added test for lambda with dot notation.
h3rald h3rald@h3rald.com
Tue, 18 Jun 2024 13:37:11 +0200
commit

122fae050a9f7ba590655508f401a1867d035cd4

parent

b43a0d76c4d8bc0d2f6c2bb814c01ce5b21e4764

1 files changed, 6 insertions(+), 0 deletions(-)

jump to
M tests/global.mintests/global.min

@@ -368,6 +368,12 @@ while

obj.three 6 == ) test.assert + ( + {} :obj + (dup *) ^square + 3 obj.square 9 == + ) test.assert + test.report ;; Tidy up clear-stack