ANON top-level property

Parser<List> ANON
final

162s ANON ::= '' WS* ''

Implementation

final ANON = string('[') & WS.star() & string(']');