Word description Creates and calls a quotation that parses a string using the syntax defined with the EBNF DSL. The quotation has stack effect ( string -- ast ) where 'string' is the text to be parsed and 'ast' is the resulting abstract syntax tree. If the parsing fails the quotation throws an exception.