summaryrefslogtreecommitdiff
path: root/web/yacco2/compiler/grammars/la_expr.fsc
blob: b1cd79314d7b56b6cdd473df5671cd880cb77efb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 File: la_expr.fsc
 Date and Time: Fri Jan 30 18:55:13 2015 
*/
transitive   n
grammar-name "la_expr"
name-space   "NS_la_expr"
thread-name  "Cla_expr"
monolithic   y
file-name    "la_expr.fsc"
no-of-T      569
list-of-native-first-set-terminals 3
   LR1_all_shift_operator
   T_in_stbl
   rule_in_stbl
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
"Parse the lookahead expression after chaffe removed."