ho letto questo su wiki:
http://en.wikipedia.org/wiki/Recursive_descent_parser ma non rieesco a capirela definizione di recursive descent parser , quando si usa e come?
definizione :
mi sembra che boost habbia una libreria per questo tipo di parsing è vero?A recursive descent parser is a top-down parser built from a set of mutually-recursive procedures (or a non-recursive equivalent) where each such procedure usually implements one of the production rules of the grammar. Thus the structure of the resulting program closely mirrors that of the grammar it recognizes.