|
Perl 6
mildew: Revision 1
^ What is mildew?
Mildew is a compiler that uses [STD] as its parser and [SMOP] as its runtime. ^ What works? The development of mildew is not feature-oriented, so we support a very small subset of the language features, but that is not really bad news. Mildew development is concept-oriented, so that means we fully support some Perl 6 concepts that are not yet supported by other implementations, like the "return" routine. Mildew has its own test suite, which is located at http://svn.pugscode.org/pugs/v6/re-mildew/t/ ^^ Relevant features ^^^ p5 integration http://svn.pugscode.org/pugs/v6/re-mildew/example/cgi.pl ^ What doesn't work Most of the spec is not yet implemented, take a look at the test suite to see what already works. ^ Source http://svn.pugscode.org/pugs/v6/re-mildew/ |