http://qs1969.pair.com?node_id=11134870


in reply to Re: Examples or tutorials for Perl grammars?
in thread Examples or tutorials for Perl grammars?

What's an AST?

Replies are listed 'Best First'.
Re^3: Examples or tutorials for Perl grammars?
by choroba (Cardinal) on Jul 09, 2021 at 21:35 UTC
    Abstract Syntax Tree. That's the structure parsers usually return (but they don't have to, see e.g. my Marpa Enhanced Calculator where the parser directly calculates the expressions without actually building the tree).

    map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]
Re^3: Examples or tutorials for Perl grammars?
by AnomalousMonk (Archbishop) on Jul 09, 2021 at 21:35 UTC