Author: coke Date: Fri Jun 22 05:59:29 2007 New Revision: 19257 Modified: trunk/docs/pdds/draft/pdd01_overview.pod
Changes in other areas also in this revision: Modified: trunk/ (props changed) Log: [docs] * simple typo fix (Infinoid++) Modified: trunk/docs/pdds/draft/pdd01_overview.pod ============================================================================== --- trunk/docs/pdds/draft/pdd01_overview.pod (original) +++ trunk/docs/pdds/draft/pdd01_overview.pod Fri Jun 22 05:59:29 2007 @@ -48,7 +48,7 @@ through a series of transformations, starting with the raw parse tree, through a syntax tree that is close to the semantics of the HLL, and ending in a syntax tree that is close to the semantics of Parrot's -bytecode. Some compilers will also insert optimizations stages into the +bytecode. Some compilers will also insert optimization stages into the compilation process between the common transformation stages. =head2 IMCC