[phc-internals] svn commit by edsko
svn at phpcompiler.org
svn at phpcompiler.org
Thu Nov 17 15:20:59 GMT 2005
# Changed
U phc/doc/CHANGES
U phc/doc/website/doc/index.html
# Diff
Modified: phc/doc/CHANGES
===================================================================
--- phc/doc/CHANGES 2005-11-17 15:17:48 UTC (rev 398)
+++ phc/doc/CHANGES 2005-11-17 15:20:57 UTC (rev 399)
@@ -1,3 +1,9 @@
+0.1.2 (17 November 2005)
+------------------------
+Added functionality to the TreeTransform API to enable the programmer to change
+the order in which the children of a node are visited, avoid visiting some
+children, or execute a piece of code in between visiting two children.
+
0.1.1 (2 November 2005)
-----------------------
Fixed a bug in the lexer (PHP in-string syntax).
Modified: phc/doc/website/doc/index.html
===================================================================
--- phc/doc/website/doc/index.html 2005-11-17 15:17:48 UTC (rev 398)
+++ phc/doc/website/doc/index.html 2005-11-17 15:20:57 UTC (rev 399)
@@ -89,10 +89,10 @@
<h3>Tutorial 5: Modifying the Traversal Order</h3>
- <p> <a href="tutorial5.html">Tuturial 5</a> explains how to change the
+ <a href="tutorial5.html">Tuturial 5</a> explains how to change the
order in which the children of a node are visited, avoid visiting some
children, or how to execute a piece of code in between visiting two
- children.</p>
+ children.
<h3>What's in Store?</h3>
More information about the phc-internals
mailing list