Index: docs/book/pct/ch03_compiler_tools.pod =================================================================== --- docs/book/pct/ch03_compiler_tools.pod (revision 45635) +++ docs/book/pct/ch03_compiler_tools.pod (working copy) @@ -196,7 +196,7 @@ created themselves. PCT includes a tool to do just that: C. This program automatically creates a new directory in F for your new language, the necessary three files, starter files -for libraries, a F to automate the build process, and a basic test +for libraries, a F script to automate the build process, and a basic test harness to demonstrate that your language works as expects. These generated files are all stubs which will require extensive editing to @@ -219,7 +219,7 @@ From the Parrot directory, invoke C like: $ B - $ B> + $ B> =head3 Parsing Fundamentals