Readd tests

This commit is contained in:
radrow
2022-07-03 19:17:02 +02:00
parent 89afa9ec8f
commit 0bc9cfb957
3 changed files with 78 additions and 3 deletions
+1
View File
@@ -19,6 +19,7 @@
-type scode() :: [sinstr()].
-type sinstr() :: {switch, arg(), stype(), [maybe_scode()], maybe_scode()} %% last arg is catch-all
| {loop, scode(), var(), scode(), reference(), reference()}
| switch_body
| loop
| tuple() | atom(). %% FATE instruction