public
Description: Simple node and visitor definitions for Treetop grammars
Homepage: http://github.com/aniero/treehouse
Clone URL: git://github.com/aniero/tire_swing.git
aniero (author)
Fri Dec 05 18:03:15 -0800 2008
commit  4a72d7893ea9d631aba75a97a80d8e87d9896eb4
tree    5f5e2cba1ca51a1c6580633fd9f2772cbd6c3d03
parent  9debea61f0275d6fc7c6f90f01e7737bfb538a96
tire_swing / History.txt
100644 26 lines (18 sloc) 0.893 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
== 0.0.6 / 2008-12-05
 
* 2 minor enhancements
  * activesupport "compatibility mode" to work around extlib inflections messing with rails
  * Added error handling for NoMethodErrors when building the AST
 
== 0.0.5 / 2008-11-26
 
* 2 minor enhancements
  * Switched dependency on ActiveSupport out for the lighter-weight Extlib
  * Updated array_of to remove recursive flag and add support for extracting more than one kind of node
 
== 0.0.4 / 2008-11-17
 
* 4 minor enhancements
  * Updated array traversal code to be recursive by default
  * Updated visitor code to use class instances instead of class-level methods for greater flexibility
  * Updated error handling to include parsing context in error message
  * Added clone method for deep copy of AST
  * Updated node building to set node parents for easier traversal of the AST
 
== 0.0.1 / 2008-06-29
 
* 1 major enhancement
  * Birthday!