Package: cxml-types

Function greedy-quant

Lambda List

greedy-quant (lexer)

Details

Parses and consumes a <greedy-quant>. The productions are: <greedy-quant> -> <group> | <group><quantifier> where <quantifier> is parsed by the lexer function GET-QUANTIFIER.Will return <parse-tree> or (:GREEDY-REPETITION <min> <max> <parse-tree>).