bschmalhofer / pipp

Pipp is Parrot's PHP

This URL has Read+Write access

pipp /
name age message
file .gitignore Mon Mar 16 12:54:23 -0700 2009 Let git ignore pipp.pbc [bschmalhofer]
file CREDITS Sat Dec 27 09:59:31 -0800 2008 [Pipp] add fperrad and cotto to CREDITS git-sv... [bernhard]
file Configure.pl Sun Apr 26 02:09:58 -0700 2009 Do not depend on File::Which, use it only if av... [bschmalhofer]
file LICENSE Sun Feb 15 03:28:36 -0800 2009 Add LICENSE, Artistic License 2.0 [bschmalhofer]
file MAINTAINER Tue Nov 18 06:10:45 -0800 2008 [Pipp] Fiddle with the documentation. Add empty... [bernhard]
file README Mon Apr 20 11:12:53 -0700 2009 improve instruction on how to build pipp Signe... [szabgab]
file ROADMAP Sun Dec 21 04:06:47 -0800 2008 [Pipp] Update ROADMAP. git-svn-id: http://svn... [bernhard]
file Test.php Wed Jun 24 06:32:12 -0700 2009 rename proclaim() to ok() [bschmalhofer]
directory build/ Wed Jul 22 23:07:08 -0700 2009 Fix setting of Makefile variable DOC_DIR. Court... [bschmalhofer]
directory docs/ Fri Apr 17 10:16:38 -0700 2009 mention github issues. Closes GH-1 [bschmalhofer]
directory dynext/ Sun Mar 08 01:53:13 -0800 2009 pipp_group.so should not be checked in [bschmalhofer]
directory ext/ Mon Jun 08 08:46:07 -0700 2009 Add sources for dummy extension pipp_sample [bschmalhofer]
directory extensions/ Mon Jun 08 08:40:04 -0700 2009 Start on support for PHP extensions. Implement ... [bschmalhofer]
directory lib/ Sun Mar 08 05:40:47 -0700 2009 Make an effort to save full path to parrot_config. [bschmalhofer]
file past_xml.xsd Wed Feb 18 11:51:28 -0800 2009 Remove a lot of useless $Id$ tags [bschmalhofer]
file pipp.pir Sun Jun 21 10:12:04 -0700 2009 Work on support for simple inheritance [bschmalhofer]
directory pipp_library/ Mon Mar 16 12:52:39 -0700 2009 Put *.pbc files into library/pipp_library [bschmalhofer]
directory src/ Wed Jul 22 10:33:28 -0700 2009 Don't try to use the removed macro pobject_lives. [bschmalhofer]
directory t/ Wed Jun 24 06:19:12 -0700 2009 Use global var $_test_ntests for keeping track ... [bschmalhofer]
README
# $Id$

Pipp is Parrot's PHP.
Pipp is an implementation of the language PHP that runs on Parrot.
Pipp is implemtented with the Parrot Compiler Toolkit.

Run 'perl Configure.pl' for creating the Makefile or
    'perl Confgure.pl --gen-parrot' to fetch and build Parrot before
    creating the Makefile.
Run 'make test' for building and running the tests in the directory F<t>.
Run 'make smoke' for testing and submitting the test result to
http://smolder.plusthree.com/app/public_projects/smoke_reports/10

For more information see F<docs/pipp.pod> or visit L<http://pipp.org>.