Parens Parsing
Examples
parens.g4
: ANTLR spec for matching parens
match.py
: driver for matching
paren_count.g4
: ANTLR spec with embeded Python code to find the maximum nesting depth of parens
count.py
: driver for displaying the maximum depth