]> Git — Sourcephile - haskell/symantic-parser.git/blob - test/Golden/Machine/many-a.dump
test: save
[haskell/symantic-parser.git] / test / Golden / Machine / many-a.dump
1 push ((flip ($)) Pure)
2 name_1:
3 | catchFail
4 | <try>
5 | | push ((.) . (cons . const 'a'))
6 | | read
7 | | lift ($)
8 | | call name_1
9 | | lift ($)
10 | | popFail
11 | | ret
12 | <handler>
13 | pushInput
14 | lift Pure
15 | choices [id]
16 | <branch>
17 | | push id
18 | | ret
19 | <default>
20 | fail
21 call name_1
22 lift ($)
23 ret