Initial Commit

This commit is contained in:
2018-10-15 12:47:14 -06:00
commit 0c531ffff9
55 changed files with 7285 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
/* unit tests, sort of,
on global stuff
*/
Globs a b c .
17 -> Sto a
23 -> Sto b
41 -> Sto c
Fet a -> Prt NL
Fet b -> Prt NL
Fet c -> Prt NL
Halt