forked from davedelong/DDMathParser
-
Notifications
You must be signed in to change notification settings - Fork 0
Term Grouping
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 are the representation of a parenthetical group.