bschmalhofer / pipp
- Source
- Commits
- Network (1)
- Issues (2)
- Downloads (0)
- Wiki (7)
- Graphs
-
Branch:
master
pipp /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Mar 16 12:54:23 -0700 2009 | |
| |
CREDITS | Sat Dec 27 09:59:31 -0800 2008 | |
| |
Configure.pl | Sun Apr 26 02:09:58 -0700 2009 | |
| |
LICENSE | Sun Feb 15 03:28:36 -0800 2009 | |
| |
MAINTAINER | Tue Nov 18 06:10:45 -0800 2008 | |
| |
README | Mon Apr 20 11:12:53 -0700 2009 | |
| |
ROADMAP | Sun Dec 21 04:06:47 -0800 2008 | |
| |
Test.php | Wed Jun 24 06:32:12 -0700 2009 | |
| |
build/ | Wed Jul 22 23:07:08 -0700 2009 | |
| |
docs/ | Fri Apr 17 10:16:38 -0700 2009 | |
| |
dynext/ | Sun Mar 08 01:53:13 -0800 2009 | |
| |
ext/ | Mon Jun 08 08:46:07 -0700 2009 | |
| |
extensions/ | Mon Jun 08 08:40:04 -0700 2009 | |
| |
lib/ | Sun Mar 08 05:40:47 -0700 2009 | |
| |
past_xml.xsd | Wed Feb 18 11:51:28 -0800 2009 | |
| |
pipp.pir | Sun Jun 21 10:12:04 -0700 2009 | |
| |
pipp_library/ | Mon Mar 16 12:52:39 -0700 2009 | |
| |
src/ | Wed Jul 22 10:33:28 -0700 2009 | |
| |
t/ | Wed Jun 24 06:19:12 -0700 2009 |
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>.
