/* Copyright Dave Bone 1998 - 2014 All Rights Reserved. No part of this document may be reproduced without written consent from the author. FILE: rules_phrase.lex Dates: 24 May 2004 Purpose: rules alphabet Grammar being parsed: rules { 1+ rule definition where def is rule-name [AD AB attributes] ([lhs,arbritrator syn. code]) { + } } */ /@ @i "/usr/local/yacco2/copyright.w" @** |rules_phrase| grammar.\fbreak Dispatcher to parse rules alphabet. @/ fsm (fsm-id "rules_phrase.lex" ,fsm-filename rules_phrase ,fsm-namespace NS_rules_phrase ,fsm-class Crules_phrase{ user-prefix-declaration #include "rules_phrase_th.h" #include "o2_externs.h" *** user-declaration public: yacco2::AST* cweb_marker__; *** op if(CWEB_MARKER != 0){ cweb_marker__ = CWEB_MARKER; CWEB_MARKER=0; } *** constructor cweb_marker__ = 0; *** } ,fsm-version "1.0",fsm-date "3 Jun 2004",fsm-debug "false" ,fsm-comments "Dispatcher to parse the grammar's rules.") @"/usr/local/yacco2/compiler/grammars/yacco2_T_includes.T" rules{ Rrules_phrase (){ -> Rphrase } Rphrase (){ -> ||| "rules-phrase" NS_rules_phrase_th::TH_rules_phrase_th { op ADD_TOKEN_TO_PRODUCER_QUEUE(*sf->p2__); *** } -> ||| |?| NULL { op ADD_TOKEN_TO_ERROR_QUEUE(*sf->p2__); *** } -> |?| { op CAbs_lr1_sym* sym = new Err_no_open_parenthesis; sym->set_rc(*rule_info__.parser__->current_token(),__FILE__,__LINE__); ADD_TOKEN_TO_ERROR_QUEUE(*sym); *** } } }// end of rules