checkpoint
[sbp.git] / tests / testcase.g
index c7d9d57..280812d 100644 (file)
@@ -1,9 +1,9 @@
-ts       ::= !ws tests !ws => ts
-tests    ::= test */ ws
-ws       ::= w*
-test     ::= ^"testcase" "{" input output +/ ws   Grammar "}" /ws
+ts         = !ws tests !ws => ts
+tests      = test */ ws
+ws         = w*
+test       = ^"testcase" "{" input output +/ ws   Grammar "}" /ws
            | ^"testcase" "{" input                Grammar "}" /ws
            | ^"tibcase"  "{" input output +/ ws   Grammar "}" /ws
            | ^"tibcase"  "{" input                Grammar "}" /ws
-output   ::= ^"output" Quoted ";" /ws
-input    ::= "input"  Quoted ";" /ws
+output     = ^"output" Quoted ";" /ws
+input      = "input"  Quoted ";" /ws