Why is a statement repeated twice in ANTLR?

Viewed 25

In ANTLR, lots of statements (delete, pass, etc.), the statement is made and then repeated in apostrophes. Is this required? (e.g. pass_stmt: 'pass';)

0 Answers
Related