cvsuser 04/02/19 12:39:54
Modified: languages/ook README Log: reflect version bump in README Revision Changes Path 1.3 +2 -5 parrot/languages/ook/README Index: README =================================================================== RCS file: /cvs/public/parrot/languages/ook/README,v retrieving revision 1.2 retrieving revision 1.3 diff -u -w -r1.2 -r1.3 --- README 16 Jul 2003 01:37:34 -0000 1.2 +++ README 19 Feb 2004 20:39:54 -0000 1.3 @@ -1,6 +1,6 @@ DESCRIPTION ----------- -This is an Ook! compiler written in Parrot assembly, version 0.0.1 +This is an Ook! compiler written in Parrot assembly, version 0.1.0 This is a compiler and not an interpreter. This means that the code is read, then compiled into Parrot assembly (yes, the target language @@ -15,9 +15,7 @@ Then you can compile your Ook! program with: - $ ../../parrot ook.pbc > foo.pasm - $ ../../parrot -o foo.pbc foo.pasm - $ ../../parrot foo.pbc + $ ../../parrot ook.pbc program.ook FILES @@ -30,7 +28,6 @@ TODO ---- * implement the "Ook. Ook!" instruction -* get rid of temp file (Parrot needs an eval thingy) AUTHOR
