vlasovskikh / funcparserlib

Recursive descent parsing library for Python based on functional combinators
https://funcparserlib.pirx.ru
MIT License
339 stars 38 forks source link

Create a raw parse tree pretty-printer #10

Closed GoogleCodeExporter closed 3 years ago

GoogleCodeExporter commented 9 years ago
One may want to just see his parse tree before writing AST-building
"semantic" functions (for `>>` a.k.a. `fmap`).

A parse tree is a list structure (in the Lisp sense) of tokens.

Original issue reported on code.google.com by andrey.vlasovskikh on 6 Oct 2009 at 9:01

GoogleCodeExporter commented 9 years ago

Original comment by andrey.vlasovskikh on 26 May 2011 at 10:39

GoogleCodeExporter commented 9 years ago

Original comment by andrey.vlasovskikh on 26 May 2011 at 11:00

vlasovskikh commented 3 years ago

Nobody has ever voted for this enhancement.