Class | Racc::LocationPointer |
In: |
lib/racc/grammar.rb
|
Parent: | Object |
A set of rule and position in it‘s RHS. Note that the number of pointers is more than rule‘s RHS array, because pointer points right edge of the final symbol when reducing.
symbol | -> | dereference |
ident | -> | hash |
reduce | -> | reduce? |
ident | [R] | |
index | [R] | |
reduce | [R] | |
rule | [R] | |
symbol | [R] |