Projects tagged ‘parrot’


[23 total ]

1 Users
 

parrot-lgp is linear genetic programming implementation for Parrot virtual machine (register based virtual machine).
Created over 3 years ago.

1 Users

What is partcl?This is a from-scratch implementation of Tcl 8.5.6, based primarily on the Tcl documentation, and the cvs test suite. The long-term goal is to provide a version of tcl that takes ... [More] advantage of the interoperability with other languages (e.g. perl, php, python, ruby, etc.) also targeting the parrot virtual machine partcl is now building and passing all tests against an installed version of svn-latest of parrot. We are currently targeting parrot's HEAD, lagging slightly. Source code for partcl has moved to github: git://github.com/partcl/partcl.git An NQP-based version is also being prototyped at http://github.com/partcl/partcl-nqp [Less]
Created about 1 year ago.

1 Users

Hackers wanted please get in touch!! Installation$ svn co https://svn.parrot.org/parrot/trunk parrot $ cd parrot $ mkdir languages $ cd languages $ svn checkout ... [More] http://porcupinepascal.googlecode.com/svn/branches/oo-branch/ porcupine $ perl Configure.pl $ make test News24/05/2009 - Flaky HTTP server example added Attributes work Class and prototyping workingish Created OO Branch Mentioned in Perl 6 / Parrot talk by Charles Sharp Complete (ish)Constant declaration, variable declaration, variable assignment, if statements, compound Statements, while Statements, for Statements, repeat statements, operator table, procedures, functions, exceptions, try statements IncompleteIO, class declaration, fixed size arrays, type checking, units Todorecords, type definition and loads more! [Less]
Created 10 months ago.

1 Users

Blizkost exposes Perl 5 in Parrot and make it accessible through the standard HLLCompiler interface. It does this by embedding Perl 5, and then building out from there.
Created 4 months ago.

1 Users

A javascript-alike language targeting parrot. The compiler is written in C++ and generates pir code for the parrot virtual machine, either to a file or invoking parrot to execute or to generate a pbc parrot binary file.
Created 2 months ago.

0 Users

This database used to manage flexible information like xml and josn. Its target is can storge and read data with first information. It should be small and light so can be embeded in a process. It ... [More] should use XML modify languange etc XQuery for query language. And should can be program through any languange is supported by parrot. Current I use BDB for storge layer. [Less]
Created about 1 year ago.

0 Users

This is an implementation of the FUN language described in the book "Principles of Program Analysis." The language is a very simple functional language based on the untyped lambda calculus. The ... [More] grammar of the language that was presented in the book had be slightly changed in order to remove ambiguity and unparsable recursion. The problematic part of the original grammar was e ::= e e For function application. This has been changed to e ::= (e e) Which provides a symbol that can be consumed to identify the function application. For further information see: http://www2.imm.dtu.dk/~riis/PPA/ppa.html [Less]
Created about 1 year ago.

0 Users

Markdown implementation over Parrot Virtual Machine. The language Markdown is a lightweight markup language.
Created 9 months ago.

0 Users

a repository for high-level languages targeting parrot
Created about 1 year ago.

0 Users

Lua 5.1 interpreter written for the Parrot Virtual Machine
Created 9 months ago.