Module parser :: Class LogLR
[hide private]
[frames] | no frames]

Class LogLR

source code

Class for LR table construction report:

Instance Methods [hide private]
 
__init__(self, noconflicts, expect) source code
 
add_conflict(self, type, i, a, value1, value2) source code
Instance Variables [hide private]
  conflicts
dictionary of conflicts occurred in LR table construction: 'rr' and 'sr'
integer expect
number of shit/reduce conflicts expected
  items
set of LR items