/* File: c_string.h Date and Time: Fri Jan 30 18:55:06 2015 */ #ifndef __c_string_h__ #define __c_string_h__ 1 #include "yacco2.h" #include "yacco2_T_enumeration.h" #include "yacco2_k_symbols.h" #include "yacco2_err_symbols.h" #include "yacco2_terminals.h" #include "yacco2_characters.h" #include "esc_seq.h" extern yacco2::Thread_entry ITH_c_string; extern yacco2::State S1_Cc_string; namespace NS_c_string { yacco2::THR _YACCO2_CALL_TYPE TH_c_string(yacco2::Parser* Caller);// called thread yacco2::THR_result _YACCO2_CALL_TYPE PROC_TH_c_string(yacco2::Parser* Caller);// called thread's twin the procedure using namespace NS_yacco2_T_enum;// enumerate using namespace yacco2; struct fsm_rules_reuse_table_type{ fsm_rules_reuse_table_type(); int no_rules_entries_; Per_rule_s_reuse_table* per_rule_s_table_[2]; }; class Cc_string: public yacco2::CAbs_fsm { public: enum rules_and_subrules{ start_of_rule_list = NS_yacco2_T_enum::T_Enum::sum_total_T ,R_Rc_string_ = 569//start_of_rule_list + 0 ,rhs1_Rc_string_ = 1 ,R_Rquote_ = 570//start_of_rule_list + 2 ,rhs1_Rquote_ = 2 }; //no of la sets = 2 //no of states = 4 Cc_string(); ~Cc_string(); void op(); bool failed(); void reduce_rhs_of_rule (yacco2::UINT Sub_rule_no,yacco2::Rule_s_reuse_entry** Recycled_rule); fsm_rules_reuse_table_type fsm_rules_reuse_table; static int rhs_to_rules_mapping_[3]; public: char ddd_[1024*32]; int ddd_idx_; void copy_str_into_buffer(std::string* Str); void copy_kstr_into_buffer(const char* Str); }; struct Rc_string; struct Rquote; struct Rc_string:public yacco2::CAbs_lr1_sym { Rc_string(yacco2::Parser* P); void op(); public: }; struct Rquote:public yacco2::CAbs_lr1_sym { Rquote(yacco2::Parser* P); public: void sr1(); }; } // end of namespace #endif