diff options
Diffstat (limited to 'web/yacco2/compiler/grammars/rhs_bnd.fsc')
-rw-r--r-- | web/yacco2/compiler/grammars/rhs_bnd.fsc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/web/yacco2/compiler/grammars/rhs_bnd.fsc b/web/yacco2/compiler/grammars/rhs_bnd.fsc new file mode 100644 index 0000000000..7c8a730d16 --- /dev/null +++ b/web/yacco2/compiler/grammars/rhs_bnd.fsc @@ -0,0 +1,23 @@ +/* + File: rhs_bnd.fsc + Date and Time: Fri Jan 30 18:55:22 2015 +*/ +transitive n +grammar-name "rhs_bnd" +name-space "NS_rhs_bnd" +thread-name "TH_rhs_bnd" +monolithic n +file-name "rhs_bnd.fsc" +no-of-T 569 +list-of-native-first-set-terminals 4 + LR1_eog + raw_minus + raw_open_brace + raw_close_brace +end-list-of-native-first-set-terminals +list-of-transitive-threads 0 +end-list-of-transitive-threads +list-of-used-threads 0 +end-list-of-used-threads +fsm-comments +"Determine end-of-subrule expression within a rule." |