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

#
# Grammar Start Expression
#

<<def>> <<ns>><<main>> {} {
    <<self>> poskleene_2
    return
}

<<def>> <<ns>>poskleene_2 {} {
    # +
    #     'a'

    <<runtime>> i_loc_push
    <<runtime>> si:next_char a
    <<runtime>> si:kleene_abort
    while {1} {
        <<runtime>> si:void2_state_push
    <<runtime>> si:next_char a
        <<runtime>> si:kleene_close
    }
    return
}

#
#
