june / Viznut.

0 likes
0 forks
3 files
Last active 1747970823
This is a full implementation of a Viznut pattern generator, including a small windowing framework and a full stack machine DSL.
1 |:push: :: $x|
2 :: push $x
3 |:push:|
4
5 |:set: :: $name :data: $value|
6 :: set $name $value
7 |:set: :: $name|
8 :error: stack underflow
9
10 |:get: :: $name|