1/*
2 * -*- tcl -*-
3 * Parsing Expression Grammar 'TEMPLATE'.
4 * Generated for unknown, from file 'TEST'
5 */
6
7/*
8 * Declaring the parse functions
9 */
10
11
12/*
13 * Precomputed table of strings (symbols, error messages, etc.).
14 */
15
16static char const* <<string-table>> [1] = {
17    /*        0 = */   "str 'abc'"
18};
19
20/*
21 * Grammar Start Expression
22 */
23
24<<attributes>> void <<ns>><<main>> (<<STATE>> <<state>>) { <<prelude>>
25    rde_param_i_next_str (<<state>>, "abc", 0);
26    return;
27}
28
29/*
30 */
31