FirstFollow constructor

FirstFollow()

Default constructor for the first and follow analyzer, it initializes all required fields with empty maps

Implementation

FirstFollow()
    : allProducers = <String, SymbolSet>{},
      firstList = <String, SymbolSet>{},
      followList = <String, SymbolSet>{};