Do you like my watch? Its a family heirloom. My grandfather sold it to me on his death bed. Woody Allen
The parse> label marks the start of the parsing/translation phase of a nom script.
All .reparse
commands jump back to the parse> label and this is
an important technique for making sure that all possible grammar
reductions take place.
This label is used to mark the start of the parsing and translating/transpiling/compiling phase of the nom script. The section before the parse> label is the en.wikipedia.org/wiki/lexical_analysis phase of the script where text patterns are turned into grammar tokens.
In the compiling or translating part of the script tokens are popped off the stack