in reply to Re^4: Parsing Boolean expressions
in thread Parsing Boolean expressions

These modules like B::Deparse and B::Concise are implemented in Perl and use B to "walk" the optree and generate the text output.

Just peek into the code to see how.

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!

Replies are listed 'Best First'.
Re^6: Parsing Boolean expressions
by Anonymous Monk on Apr 23, 2017 at 20:55 UTC
    Cool, thanks!