1# -*- text -*-
2# Parsing Expression Grammar 'TEMPLATE'.
3# Generated for unknown, from file 'TEST'
4
5#
6# Grammar Start Expression
7#
8
9<<MAIN>>:
10         call              choice_4
11         halt
12
13
14choice_4:
15# /
16#     'a'
17#     <epsilon>
18
19         error_clear
20
21         loc_push
22         error_push
23
24         input_next        "t a"
25     ok! test_char         "a"
26
27         error_pop_merge
28     ok! jump              oknoast_3
29
30         loc_pop_rewind
31         loc_push
32         error_push
33
34         status_ok
35
36         error_pop_merge
37     ok! jump              oknoast_3
38
39         loc_pop_rewind
40         status_fail
41         return
42
43oknoast_3:
44         loc_pop_discard
45         return
46
47#
48#
49