in reply to I wrote an expression parser for PPI
One of my hobby projects/visions is to convert Perl to other languages, preferably JavaScript and my approach would be to patch B::Deparse - which is a pure perl module reverse engineering the complied op-tree to Perl.
Now the real problem isn't converting between different syntax, but covering the semantics of dynamic languages in an efficient way.
Just a few examples:
Cheers Rolf
(addicted to the Perl Programming Language :)
see Wikisyntax for the Monastery
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: I wrote an expression parser for PPI
by BerntB (Deacon) on Jan 08, 2026 at 12:50 UTC | |
by LanX (Saint) on Jan 08, 2026 at 15:46 UTC | |
by BerntB (Deacon) on Jan 08, 2026 at 20:55 UTC | |
by LanX (Saint) on Jan 08, 2026 at 22:04 UTC | |
by BerntB (Deacon) on Jan 09, 2026 at 07:15 UTC | |
|