Skip to content
Dave DeLong edited this page Sep 28, 2011 · 3 revisions

Grouping happens following tokenization and is when tokens are organized hierarchically by parenthetical level.

This is accomplished by a simple LL(1) recursive descent parser. Tokens are organized into terms, of which there are several kinds.

Group terms

Group terms are the representation of a parenthetical group.

Clone this wiki locally