Antlr 4 rust issue MRE

rrevenantt/antlr4rust#56

Rule: GET VAR_ (',' VAR_)

String: get $abc, $def

Expected: $abc, $def

VAR__all(): get, $abc, ,, $def

Querying VAR_() directly: $abc, $def