File: README

package info (click to toggle)
libje-perl 0.066-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,008 kB
  • sloc: perl: 31,288; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 421 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
The codedumper program parses the JS code passed to its STDIN (using
the new experimental version),  calls  set_global(undef),  and  then
dumps it, followed by a Deparse of the Perl code generated. It’s use-
ful for debugging,  but you can use it for fun as well.  Try running
this through it:

a:for(;;)b:for(;;)c:do d:try{}finally{}while(true)

You’ll need Data::Dump::Streamer installed, along with the DDS alias.