caml-urm

A OCaml module for manipulating unlimited register machines

Commit
0f11b3ed96d27f5c1b6191cb0d533dc37c9fa213
Parent
7784b59ebcd514fc5fa7ae0d2be0196327fcbeba
Author
Pablo <pablo-escobar@riseup.net>
Date

Added a folder with examples

Diffstat

1 file changed, 9 insertions, 0 deletions

Status File Name N° Changes Insertions Deletions
Added examples/mod.urm 9 9 0
diff --git a/examples/mod.urm b/examples/mod.urm
@@ -0,0 +1,9 @@
+Z(2)
+Z(3)
+J(1, 2, 8)
+J(0, 3, 10)
+S(2)
+S(3)
+J(0, 0, 3)
+Z(2)
+J(0, 0, 3)