| Commit message (Expand) | Author | Age | Files | Lines |
* | [#4657] Customer-supplied .rb files are not compatible with multiple environm... | Paul Berry | 2010-09-02 | 1 | -2/+5 |
* | [#4496]+[#4521]+[#4522] Add structures to the AST to represent type definitio... | Paul Berry | 2010-08-13 | 1 | -0/+26 |
* | Fixing #2596 - Node, Class, Definition are not AST | Luke Kanies | 2009-12-09 | 1 | -95/+0 |
* | Add a doc attribute to AST nodes and fill it with the last seen comments | Brice Figureau | 2008-11-17 | 1 | -0/+3 |
* | Fixed #1104 - Classes and nodes should set $name variables | Brice Figureau | 2008-10-28 | 1 | -1/+6 |
* | Fixing #1085, I think -- I was not returning a resource | Luke Kanies | 2008-02-25 | 1 | -1/+8 |
* | Moving the ast node tests to rspec (which I could have | Luke Kanies | 2008-02-12 | 1 | -4/+7 |
* | Changing the name of the Compile class to Compiler, | Luke Kanies | 2008-02-11 | 1 | -3/+3 |
* | Fixed #1030 - class and definition evaluation has been significantly | Luke Kanies | 2008-02-11 | 1 | -5/+9 |
* | More AST refactoring -- each of the code wrapping classes | Luke Kanies | 2008-02-08 | 1 | -59/+54 |
* | Refactoring the AST classes just a bit. I realized that | Luke Kanies | 2008-02-08 | 1 | -7/+5 |
* | Renaming 'configuration' to 'catalog', fixing #954. | Luke Kanies | 2007-12-11 | 1 | -1/+1 |
* | Fixing a parser test -- really, just removing tests | Luke Kanies | 2007-11-13 | 1 | -1/+1 |
* | Fixing #802 -- tags are now applied before parent classes are evaluated, so p... | Luke Kanies | 2007-09-06 | 1 | -1/+3 |
* | We now have a real configuration object, as a subclass of GRATR::Digraph, tha... | Luke Kanies | 2007-09-04 | 1 | -2/+5 |
* | More refactoring. I have removed a few more extraneous methods from Scope, m... | Luke Kanies | 2007-09-03 | 1 | -4/+4 |
* | Doing a small amount of refactoring, toward being able to use Parser resource... | Luke Kanies | 2007-09-03 | 1 | -12/+7 |
* | Deleting old documentation that somehow made it back into the tree in the swi... | Luke Kanies | 2007-09-01 | 1 | -2/+2 |
* | The first pass where at least all of the snippet tests pass. I have unfortun... | Luke Kanies | 2007-08-20 | 1 | -1/+0 |
* | An intermediate commit in the work towards adding multi-environment support. | Luke Kanies | 2007-08-14 | 1 | -2/+5 |
* | Fixing #620 - class names and node names now throw an error when they conflict | luke | 2007-07-04 | 1 | -1/+1 |
* | Fixing a weird bug that occurred because I was changing @parentclass in the A... | luke | 2007-05-14 | 1 | -10/+6 |
* | Fixing #517 and more. Classes now support more than one namespace in their s... | luke | 2007-02-27 | 1 | -0/+8 |
* | Fixing #472. Apparently this has been broken since I did the parser redesign... | luke | 2007-02-22 | 1 | -4/+14 |
* | Merging the changes from the override-refactor branch. This is a significant... | luke | 2006-10-04 | 1 | -133/+33 |
* | Committing definition inheritance. I have not yet written tests yet, but my ... | luke | 2006-08-22 | 1 | -2/+0 |
* | I had to redo how the scopes handled collectable objects (which I will soon c... | luke | 2006-05-14 | 1 | -1/+2 |
* | Adding some small changes towards fixing #140 and #83, but this work needs to... | luke | 2006-05-13 | 1 | -2/+14 |
* | Fixing #141. It was a problem related to the recent parser changes I made. | luke | 2006-05-12 | 1 | -10/+22 |
* | Preliminary commit of the first phase of the parser redesign. The biggest di... | luke | 2006-05-09 | 1 | -12/+35 |
* | This should have been in 0.16.1. Moving the "setclass" statements around so ... | luke | 2006-04-26 | 1 | -4/+4 |
* | Fixing the class file to actually store class names, not object ids. Also ad... | luke | 2006-04-04 | 1 | -1/+1 |
* | Mostly, this is a refactoring commit. There is one significant new feature, | luke | 2006-02-27 | 1 | -8/+41 |
* | Switching setclass to use object_ids instead of class names, and adding some ... | luke | 2006-02-27 | 1 | -2/+5 |
* | Moving ast classes into separate files | luke | 2006-01-13 | 1 | -0/+82 |