2 * Copyright 2005 Adrian Thurston <thurston@cs.queensu.ca>
5 /* This file is part of Ragel.
7 * Ragel is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
12 * Ragel is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with Ragel; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
28 struct XMLTagHashPair;
31 ragel_def, TAG_ragel_def
33 state_list, TAG_state_list
35 trans_list, TAG_trans_list
38 start_state, TAG_start_state
39 error_state, TAG_error_state
40 action_list, TAG_action_list
42 action_table_list, TAG_action_table_list
43 action_table, TAG_action_table
44 alphtype, TAG_alphtype
46 state_actions, TAG_state_actions
47 entry_points, TAG_entry_points
52 goto_expr, TAG_goto_expr
53 call_expr, TAG_call_expr
54 next_expr, TAG_next_expr
64 lm_switch, TAG_lm_switch
65 sub_action, TAG_sub_action
66 init_act, TAG_init_act
68 get_tokend, TAG_get_tokend
69 set_tokend, TAG_set_tokend
70 init_tokstart, TAG_init_tokstart
71 set_tokstart, TAG_set_tokstart
76 cond_space_list, TAG_cond_space_list
77 cond_space, TAG_cond_space
78 cond_list, TAG_cond_list
84 eof_expr, TAG_eof_expr
86 top_expr, TAG_top_expr
87 stack_expr, TAG_stack_expr
88 act_expr, TAG_act_expr
89 tokstart_expr, TAG_tokstart_expr
90 tokend_expr, TAG_tokend_expr
91 data_expr, TAG_data_expr