Author: bernhard Date: Tue Nov 8 12:18:16 2005 New Revision: 9849 Added: trunk/ast/README Modified: trunk/MANIFEST.SKIP trunk/t/examples/ (props changed) Log: Add file ast/README. tell SVN about generated *.past files in t/examples
Modified: trunk/MANIFEST.SKIP ============================================================================== --- trunk/MANIFEST.SKIP (original) +++ trunk/MANIFEST.SKIP Tue Nov 8 12:18:16 2005 @@ -1,5 +1,5 @@ # $Id$ -# generated by tools/dev/gen_manifest_skip.pl Fri Nov 4 18:55:41 2005 +# generated by tools/dev/gen_manifest_skip.pl Tue Nov 8 21:15:56 2005 # # This file should contain a transkript of the svn:ignore properties # of the directories in the Parrot subversion repository. @@ -231,6 +231,7 @@ ^examples/pasm/hello/ ^examples/pasm/hello\.pbc$ ^examples/pasm/hello\.pbc/ +# generated from svn:ignore of 'examples/past/' # generated from svn:ignore of 'examples/pge/' # generated from svn:ignore of 'examples/pir/' # generated from svn:ignore of 'examples/pni/' @@ -831,6 +832,8 @@ # generated from svn:ignore of 'runtime/parrot/library/Digest/' ^runtime/parrot/library/Digest/.*\.pbc$ ^runtime/parrot/library/Digest/.*\.pbc/ +# generated from svn:ignore of 'runtime/parrot/library/File/' +# generated from svn:ignore of 'runtime/parrot/library/File/Spec/' # generated from svn:ignore of 'runtime/parrot/library/Getopt/' ^runtime/parrot/library/Getopt/.*\.pbc$ ^runtime/parrot/library/Getopt/.*\.pbc/ @@ -895,6 +898,8 @@ # generated from svn:ignore of 't/examples/' ^t/examples/.*\.pasm$ ^t/examples/.*\.pasm/ +^t/examples/.*\.past$ +^t/examples/.*\.past/ ^t/examples/.*\.pir$ ^t/examples/.*\.pir/ # generated from svn:ignore of 't/library/' Added: trunk/ast/README ============================================================================== --- (empty file) +++ trunk/ast/README Tue Nov 8 12:18:16 2005 @@ -0,0 +1,14 @@ +# $Id$ + +The directory contains the sources for the "Parrot Abstract Syntax Tree" - compiler +of Parrot. + +See examples/past and t/pmc/eval.t for examples. +Particularly you should be able to do: + + ./parrot examples/past/hello.past + +Active Maintainer: + +Leopold Toetsch <[EMAIL PROTECTED]> +
