diff options
| author | Matthew Hall <hallmatthew314@gmail.com> | 2022-09-04 13:50:58 +1200 |
|---|---|---|
| committer | Matthew Hall <hallmatthew314@gmail.com> | 2022-09-04 13:50:58 +1200 |
| commit | 8dfc184c00f7c04e70f861914a944e3dbee3a136 (patch) | |
| tree | 3be778f98ece51ef1a769f3211fc96a41b1afc00 /test_programs/thue/truth_machine.thue | |
| parent | e449c3c866b0c91a0bc34d5cb462c47b5fa43ce1 (diff) | |
Add testing programs to repo
Diffstat (limited to 'test_programs/thue/truth_machine.thue')
| -rw-r--r-- | test_programs/thue/truth_machine.thue | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test_programs/thue/truth_machine.thue b/test_programs/thue/truth_machine.thue new file mode 100644 index 0000000..ec5450a --- /dev/null +++ b/test_programs/thue/truth_machine.thue @@ -0,0 +1,6 @@ +*::=::: +_::=~1 +1::=1_ +0::=~0 +::= +* |
