Implementing Alts

This commit is contained in:
2019-03-29 13:38:43 -06:00
parent f912393ad7
commit ae74178f8d
8 changed files with 39 additions and 10 deletions

View File

@@ -0,0 +1,4 @@
- (sequence_example) {once: one|two} {sequence: | |three|four|-> cycle_example}
-> sequence_example
- (cycle_example) {cycle: one|two |three|four}
-> cycle_example

View File

@@ -0,0 +1,20 @@
one
two
three
four
one
two
three
four
one
two
three
four
one
two
three
four
one
two
three
four

View File

@@ -1,6 +1,6 @@
First output. 1 1 0 1
Second output. 1 1 1 1
1 1 1 2
1 1 1 2
Third output.
Fourth output.
Fifth output.