ParserBuilder typedef

ParserBuilder = Parser Function(List<String>)

Implementation

typedef ParserBuilder = Parser Function(List<String>);