src/parser.h

changeset 82
841562f5a32f
parent 77
ad17801b1a36
child 85
264a61e9eba0
equal deleted inserted replaced
81:071715c17296 82:841562f5a32f
201 void parse_break(); 201 void parse_break();
202 void parse_continue(); 202 void parse_continue();
203 void parse_block_end(); 203 void parse_block_end();
204 void parse_const(); 204 void parse_const();
205 void parse_label(); 205 void parse_label();
206 void parse_eventdef();
207 void parse_funcdef();
206 }; 208 };
207 209
208 constant_info* find_constant (const string& tok); 210 constant_info* find_constant (const string& tok);
209 211
210 #endif // BOTC_PARSER_H 212 #endif // BOTC_PARSER_H

mercurial