Skip to content

Commit

Permalink
basic documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bubaflub committed Feb 19, 2011
1 parent 57bee5f commit 9ef4290
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
19 changes: 19 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
1) Get Parrot

git clone git://github.com/parrot/parrot.git

2) Install Parrot

cd parrot
perl Configure.pl
make
make install

3) Get Cardinal

git clone git://github.com/parrot/cardinal.git

4) Install Cardinal

cd cardinal
parrot setup.pir
15 changes: 15 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Core
----
Parser needs to be re-written in NQP-rx
Parser is incomplete
Standard Library needs to be finished

Test suite
----------
Test suite should always pass. Any failing tests should be marked as SKIP or TODO with a note in the output to the issue number.

Infrastructure
--------------
The wiki and issue tracker need to be migrated from cardinal/cardinal to parrot/cardinal on github
An HLL development team needs to be created on github, with privledges to HLLs like cardinal but not to parrot core repos
Take down the old cardinal repo on github after this is done

0 comments on commit 9ef4290

Please sign in to comment.