6 Commits

Author SHA1 Message Date
pascal
79e02ae2ae Update to 2015.10; similar diff from Carlin Bingham. 2015-11-05 11:52:08 +00:00
pascal
df3941dcc6 Update to NQP 2015.03. Move to MoarVM backend. Dyncall patches are not needed
any more.
2015-04-09 17:28:23 +00:00
pascal
eb444922a1 Update to 2013.05; ok landry@ 2013-06-02 14:02:59 +00:00
pascal
f5236c82d9 Update to parrot 4.9.0, nqp/rakudo 2012.10. Tested on amd64/powerpc. Still
broken on sparc64 (though differently), tested by landry@.

ok landry@
2012-11-05 17:57:50 +00:00
pascal
6ee4b374e1 Update to nqp 2012.06.1; give arm a chance to work. 2012-07-13 09:46:41 +00:00
pascal
ea6975e082 This is "Not Quite Perl" -- a compiler for quickly generating PIR
routines from Perl6-like code.  The key feature of NQP is that it's
designed to be a very small compiler (as compared with, say, perl6
or Rakudo) and is focused on being a high-level way to create
compilers and libraries for virtual machines (such as the Parrot
Virtual Machine).  Unlike a full-fledged implementation of Perl 6,
NQP strives to have as small a runtime footprint as it can, while
still providing a Perl 6 object model and regular expression engine
for the virtual machine.

ok landry@
2012-03-08 14:57:25 +00:00