ℙ𝕖𝕡 🙴 ℕ𝕠𝕞

home | documentation | examples | translators | download | blog | all blog posts

Do you like my watch? Its a family heirloom. My grandfather sold it to me on his death bed. Woody Allen

the ℕ𝕠𝕞 parse> label

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