|
Revision 18045, 0.6 kB
(checked in by fglock, 15 months ago)
|
|
[kp6] set svk eol, mime-type properties
|
-
Property svn:mime-type set to
text/plain; charset=UTF-8
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | As far as it seems, the only thing missing to bootstrap kp6 is to port |
|---|
| 2 | the following files from mp6 calling convention to kp6 calling |
|---|
| 3 | convention, besides writing a "v6-alpha" like interpreter and writing a |
|---|
| 4 | compiler. |
|---|
| 5 | |
|---|
| 6 | lib-kp6-kp6/KindaPerl6/Runtime/Perl5/Compiler.pm |
|---|
| 7 | * Almost done, missing begin-block side effects. But we can do that after |
|---|
| 8 | the bootstrap. I'm keeping the P5 version by now, which is not in use to |
|---|
| 9 | keep the code. |
|---|
| 10 | |
|---|
| 11 | lib-kp6-kp6/KindaPerl6/Runtime/Perl5/Pad.pm |
|---|
| 12 | * This is a very important one. |
|---|
| 13 | |
|---|
| 14 | lib-kp6-kp6/KindaPerl6/Runtime/Perl5/MP6Runtime.pm |
|---|
| 15 | lib-kp6-kp6/KindaPerl6/Runtime/Perl5/Grammar.pm |
|---|
| 16 | |
|---|