[svn:parrot] r38783 - trunk/docs/book

allison at svn.parrot.org allison at svn.parrot.org
Fri May 15 00:58:05 UTC 2009


Author: allison
Date: Fri May 15 00:58:04 2009
New Revision: 38783
URL: https://trac.parrot.org/parrot/changeset/38783

Log:
[book] Footnote markers fall after the period.

Modified:
   trunk/docs/book/ch03_pir.pod

Modified: trunk/docs/book/ch03_pir.pod
==============================================================================
--- trunk/docs/book/ch03_pir.pod	Fri May 15 00:46:38 2009	(r38782)
+++ trunk/docs/book/ch03_pir.pod	Fri May 15 00:58:04 2009	(r38783)
@@ -8,13 +8,13 @@
 X<PIR (Parrot intermediate representation)>
 
 Parrot Intermediate Representation (PIR) is Parrot's native low-level
-languageN<Parrot has a pure native assembly language called PASM, described in
-Chapter 9.>. PIR is fundamentally an assembly language, but it has some
-higher-level features such as operator syntax, syntactic sugar for subroutine
-and method calls, automatic register allocation, and more friendly conditional
-syntax.  PIR is commonly used to write Parrot libraries -- including some of
-Parrot's compilers -- and is the target form when compiling high-level languages
-to Parrot.
+language.N<Parrot also has a pure native assembly language called PASM,
+described in Chapter 9.> PIR is fundamentally an assembly language, but
+it has some higher-level features such as operator syntax, syntactic
+sugar for subroutine and method calls, automatic register allocation,
+and more friendly conditional syntax.  PIR is commonly used to write
+Parrot libraries -- including some of Parrot's compilers -- and is the
+target form when compiling high-level languages to Parrot.
 
 Even so, PIR is more rigid and "close to the machine" then some higher-level
 languages like C. X<.pir files> Files containing PIR code use the F<.pir>


More information about the parrot-commits mailing list