CombinatorImpl constructor

CombinatorImpl({
  1. required Token keyword,
})

Initialize a newly created combinator.

Implementation

CombinatorImpl({
  required this.keyword,
});