FirstFollowResult constructor

const FirstFollowResult(
  1. ProductionTerminals firstList,
  2. ProductionTerminals followList
)

Default constructor that initializes both first and follow sets

Implementation

const FirstFollowResult(this.firstList, this.followList);