Skip to content

Commit

Permalink
Perlito5 - fix README instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
fglock committed Apr 27, 2012
1 parent e518803 commit 6bdf7ca
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
test-5to6 :: test-5to6 ::
-find t5/*.t | perl -ne ' chomp; print "*** perl6 $$_.p6$$/"; chomp; print `perl -Ilib5 perlito5.pl -Cperl6 $$_ > $$_.p6 && perl6 $$_.p6 `' -find t5/*/*.t | perl -ne ' chomp; print "*** perl6 $$_.p6$$/"; chomp; print `perl -Ilib5 perlito5.pl -Cperl6 $$_ > $$_.p6 && perl6 $$_.p6 `'


.PHONY: test-5to6 .PHONY: test-5to6
20 changes: 12 additions & 8 deletions README-perlito5
@@ -1,13 +1,6 @@
Running the tests using perl: Running the tests using perl:


find t5/01-perlito/*.t | perl -ne ' print "*** $_"; chomp; print ` perl -Ilib5 perlito5.pl -I./src5/lib -Cperl5 $_ > x && perl -Ilib5 x ` ' find t5/01-perlito/*.t | perl -ne ' print "*** $_"; chomp; print ` perl -Ilib5 perlito5.pl -I./src5/lib -Cperl5 $_ ` '


Running the tests using perl6:

. util-perl6/setup-perlito5-perl6.sh
find t5/01-perlito/*.t | perl -ne ' print "*** $_"; chomp; print ` perl -Ilib5 perlito5.pl -I./src5/lib -Cperl6 $_ > tmp.p6 && perl6 tmp.p6 ` '



Running the tests using node.js: Running the tests using node.js:


Expand Down Expand Up @@ -35,3 +28,14 @@ Compiler perlito5-in-browser using perl:


perl util-js/make-perlito5-js.sh perl util-js/make-perlito5-js.sh



TODO:

Running the tests using perl6:

# TODO - this is not implemented yet
. util-perl6/setup-perlito5-perl6.sh
find t5/01-perlito/*.t | perl -ne ' print "*** $_"; chomp; print ` perl -Ilib5 perlito5.pl -I./src5/lib -Cperl6 $_ > tmp.p6 && perl6 tmp.p6 ` '



0 comments on commit 6bdf7ca

Please sign in to comment.