My favorites | Sign in
Project Home Source
Project Information
Members
Links

Installation

$ svn co https://svn.parrot.org/parrot/trunk parrot

$ cd parrot

$ mkdir languages

$ cd languages

$ svn checkout http://porcupinepascal.googlecode.com/svn/branches/oo-branch/ porcupine

$ perl Configure.pl

$ make test

News

  • 24/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

Incomplete

IO, class declaration, fixed size arrays, type checking, units

Todo

records, type definition and loads more!

Powered by Google Project Hosting