forked from fglock/Perlito
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
54 lines (32 loc) · 1.25 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
"Perlito" Perl compiler
This is Perlito, a compiler collection that implements a subset of Perl 5 and Perl 6.
Backends
Perlito can compile Perl 5 or Perl 6 programs into one of the 'backend'
languages:
Perl 5 to Perl 5
Perl 5 to Javascript
Perl 6 to Perl 5
Perl 6 to Javascript
Perl 6 to Python 2.6
The following compilers are work in progress - some tests pass, some tests fail:
Perl 5 to Perl 6
Perl 6 to Ruby 1.9
Perlito 6.0 (2010-07-27) also compile to additional backends.
Check the Changelog file for details:
Perl 6 to Go
Perl 6 to Common Lisp (SBCL)
Perl 6 to Ruby 1.9
Web
Main Perlito repository: http://github.com/fglock/Perlito
Main Project web page: http://www.perlito.org
Run Perlito online, in the browser:
http://perlcabal.org/~fglock/perlito5.html
http://perlcabal.org/~fglock/perlito6.html
Source code
The source code for Perlito5 can be found in the 'src5' directory.
Perlito5 is written mostly in Perl 5 (the grammar uses its own mini-language.)
The source code for Perlito6 can be found in the 'src6' directory.
Perlito6 is written in Perl 6.
SEE ALSO
README-perlito6
README-perlito5