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

Class LogLR


Class for LR table construction report:
Method Summary
  __init__(self, noconflicts, expect)
  add_conflict(self, type, i, a, value1, value2)

Instance Variable Summary
  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

Instance Variable Details

conflicts

dictionary of conflicts occurred in LR table construction: 'rr' and 'sr'

expect

number of shit/reduce conflicts expected
Type:
integer

items

set of LR items

Generated by Epydoc 2.1 on Sun Feb 26 02:29:20 2006 http://epydoc.sf.net