# -*- text -*-
# Parsing Expression Grammar 'TEMPLATE'.
# Generated for unknown, from file 'TEST'

#
# Grammar Start Expression
#

<<MAIN>>:
         call              poskleene_2
         halt


poskleene_2:
# +
#     'a'

         loc_push

         input_next        "t a"
     ok! test_char         "a"

   fail! jump              failed_3

loop_4:
         loc_pop_discard
         loc_push
         error_push

         input_next        "t a"
     ok! test_char         "a"

         error_pop_merge
     ok! jump              loop_4
         status_ok

failed_3:
         loc_pop_rewind
         return

#
#
