Perlito icon indicating copy to clipboard operation
Perlito copied to clipboard

"Perlito" Perl programming language compiler

Results 10 Perlito issues
Sort by recently updated
recently updated
newest added

while be insteresting to have wasm bytecode backend ! https://webassembly.org/

Hello! Thanks for putting this together. Running ``` perlito5 -h ``` I'm getting this error: ``` Bareword "Perlito5::Java::pkg" not allowed while "strict subs" in use at /usr/local/share/perl/5.30.0/Perlito5/Java/Emitter.pm line 1667. ```...

I tried to run this program with the [Perl6 compiler](http://fglock.github.io/Perlito/perlito/perlito6.html), but it won't compile: ``` # this example is from Rosetta Code: # https://rosettacode.org/wiki/99_Bottles_of_Beer#Perl_6 my $b = 99; repeat while...

Hi, I forked the perliot project and built it successfully. As described in the project README, I tried to run the test, and got the following error: ``` java -jar...

Perl5
Java Backend

I tried compiling the following program for fun [here][1]: $_='ev al("seek\040D ATA,0, 0;");foreach(1..3) {;}my @camel1hump;my$camel; my$Camel ;while( ){$_=sprintf("%-6 9s",$_);my@dromedary 1=split(//);if(defined($ _=)){@camel1hum p=split(//);}while(@dromeda ry1){my$camel1hump=0 ;my$CAMEL=3;if(defined($_=shif t(@dromedary1 ))&&/\S/){$camel1hump+=1

Perl5
JavaScript Backend

After I compile perlito and run it on the code here - https://github.com/shlomif/fc-solve/tree/Games-Solitaire-Verify--for-Perlito--Get-Rid-of-Getopt-Long , I'm getting an error: ``` text shlomif@telaviv1:~/Download/unpack/perl/Perlito/Perlito$ perl perlito5.pl -Cjs -I src5/lib/ -I/home/shlomif/progs/freecell/git/fc-solve/cpan/Games-Solitaire-Verify/Games-Solitaire-Verify/lib /home/shlomif/progs/freecell/git/fc-solve/cpan/Games-Solitaire-Verify/Games-Solitaire-Verify/script/expand-solitaire-multi-card-moves > ~/e.js...

Perl5
JavaScript Backend

After I run this script in the Perlito directory in the master branch, I'm getting this output. Script: ``` bash #!/bin/bash set -x wget -c 'http://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Games-Solitaire-Verify-0.1203.tar.gz' tar -xzvf Games-Solitaire-Verify-0.1203.tar.gz perl...

Perl5
JavaScript Backend

It'd be awesome to have Perlito installable on Mac OS with [Homebrew](http://brew.sh/). That's pretty much it. Reason I'm filing an issue for this instead of adding it myself is because...

Distribution

I ran into a compile-time error while trying to compile my simple Perl 6 calculator script below: https://raw.githubusercontent.com/agentzh/perl-parsing-library-benchmark/master/calc-Rakudo.p6 I'm using the latest master of Perlito as of this writing (commit...

Perl6
Perl6 Parser

I'm very fascinated by all the work that went into this project and I have written quite a bit of Perl code with few dependencies that I could use Perlito...