spaceProd method

Parser<List<String>> spaceProd()

Implementation

Parser<List<String>> spaceProd() => whitespace().plus();