6.9.1.1. Dependencies

6.9.1.1. Dependencies

This module requires the Maxtal 'sets' module which contains the class 'set', used to represent a set. See 'sets.pak'.
Start python section to interscript/parsers/lalr1.py[1]
     1: #line 21 "lalr1_parser.ipk"
     2: import sets
     3: import stacks
     4: set = sets.set
     5: gstack = stacks.stack
     6: 
End python section to interscript/parsers/lalr1.py[1]