ion-docs icon indicating copy to clipboard operation
ion-docs copied to clipboard

Add Limited Equivalence Testing to ANTLR Test

Open rmarrowstone opened this issue 2 years ago • 0 comments

Proving that the ANTLR Text grammar correctly captures some equivalent parsings would help assert its correctness and completeness.

For example, the following are equivalent:

(a+b)
(a + b)

rmarrowstone avatar Sep 12 '22 23:09 rmarrowstone