Word description Defines a word that when called will parse a string using the syntax defined by the parser created by the definition. The definition should have stack effect ( -- parser ) and the created word ( string -- ast ). In contrast to calling the parser resulting from the definition with parse, the parser is pre-compiled and not compiled for each invocation of parse. If the parsing fails, the word throws an exception.