1. | Execution proceeds from right to left, except that when a right parenthesis is encountered, the segment enclosed by it and its matching left parenthesis is executed, and its result replaces the entire segment and its enclosing parentheses. |
2. | Adverbs and conjunctions are executed before verbs; the phrase ,"2-a is equivalent to (,"2)-a , not to ,"(2-a) . Moreover, the left argument of an adverb or conjunction is the entire verb phrase that precedes it. Thus, in the phrase +/ . */b , the rightmost adverb / applies to the verb derived from the phrase +/ . * , not to the verb * . |
3. | A verb is applied dyadically if possible; that is, if preceded by a noun that is not itself the right argument of a conjunction. |
4. | Certain trains form verbs and adverbs, as described in § F. |
5. | To ensure that these summary parsing rules agree with the precise parsing rules prescribed below, it may be necessary to parenthesize an adverbial or conjunctival phrase that produces anything other than a noun or verb. |
§ b =: + / 2 * a § b =: + / 2 * 1 2 3 Move § b =: + / 2 * 1 2 3 Move § b =: + / 2 * 1 2 3 Move § b =: + / 2 * 1 2 3 Move § b =: + / 2 4 6 2 Dyad § b =: + / 2 4 6 Move § b =: + / 2 4 6 Move § b =: +/ 2 4 6 3 Adverb § b =: 12 0 Monad § b =: 12 Move § 12 7 Is § 12The foregoing illustrates two points: 1) Execution of the phrase 2 * 1 2 3 is deferred until the next element (the /) is transferred; had it been a conjunction, the 2 would have been its argument, and the monad * would have applied to 1 2 3; and 2) Whereas the value of the name a moves to the stack, the name b (because it precedes a copula) moves unchanged, and the pronoun b is assigned the value 12.
EDGE | VERB | NOUN | ANY | 0 Monad | |
EDGE+AVN | VERB | VERB | NOUN | 1 Monad | |
EDGE+AVN | NOUN | VERB | NOUN | 2 Dyad | |
EDGE+AVN | VERB+NOUN | ADV | ANY | 3 Adverb | |
EDGE+AVN | VERB+NOUN | CONJ | VERB+NOUN | 4 Conj | |
EDGE+AVN | VERB+NOUN | VERB | VERB | 5 Fork | |
EDGE | CAVN | CAVN | ANY | 6 Bident | |
NAME+NOUN | ASGN | CAVN | ANY | 7 Is | |
LPAR | CAVN | RPAR | ANY | 8 Paren |
Legend: | AVN | denotes | ADV+VERB+NOUN |
CAVN | denotes | CONJ+ADV+VERB+NOUN | |
EDGE | denotes | MARK+ASGN+LPAR |