Closed sahil1105 closed 5 years ago
Add ability to parse atoms with 0-arity. Grammar currently doesn't support it. Change from:
actual_soln: TEXT+ '(' custom_representation_soln ')' ;
to:
actual_soln: TEXT+ ('(' custom_representation_soln ')')? ;
Added to code-base. Will be available with the next release
Add ability to parse atoms with 0-arity. Grammar currently doesn't support it. Change from:
to: