Class | Racc::States |
In: |
lib/racc/state.rb
|
Parent: | Object |
A table of LALR states.
ASSOC | = | { :Left => :Reduce, :Right => :Shift, :Nonassoc => :Error |
actions | [R] | |
grammar | [R] |