| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | switched to just passing scopes around, instead of passing the interpreter ob... | Luke Kanies | 2005-05-12 | 3 | -5/+4 |
* | file recursion now works | Luke Kanies | 2005-05-12 | 3 | -14/+74 |
* | i can now execute simple scripts manually! | Luke Kanies | 2005-05-11 | 1 | -25/+55 |
* | i can basically actually do work now | Luke Kanies | 2005-05-11 | 7 | -76/+163 |
* | adding lots of verbosity, and starting to actually make sure things execute -... | Luke Kanies | 2005-05-11 | 4 | -6/+28 |
* | basic components now work | Luke Kanies | 2005-05-06 | 2 | -4/+13 |
* | we now have nested scopes, and we've got the beginnings of components, althou... | Luke Kanies | 2005-04-25 | 1 | -1/+1 |
* | simplifying argument parsing in Blink#message | Luke Kanies | 2005-04-23 | 1 | -7/+2 |
* | initializing @noop in element.rb | Luke Kanies | 2005-04-23 | 1 | -0/+3 |
* | everything works again, including components | Luke Kanies | 2005-04-21 | 4 | -3/+15 |
* | making components work | Luke Kanies | 2005-04-21 | 2 | -3/+12 |
* | moving component.rb to type/ | Luke Kanies | 2005-04-21 | 1 | -0/+0 |
* | removing most functionality, since type.rb already has it | Luke Kanies | 2005-04-21 | 1 | -49/+2 |
* | finishing reorganization of base classes and such; there is now a clear tree ... | Luke Kanies | 2005-04-21 | 11 | -102/+128 |
* | cleaning up object tree and adding a simple virtual base class for both types... | Luke Kanies | 2005-04-21 | 3 | -751/+564 |
* | adding transactions | Luke Kanies | 2005-04-21 | 2 | -0/+56 |
* | moving event info out of type.rb | Luke Kanies | 2005-04-21 | 1 | -0/+103 |
* | removing elements.rb | Luke Kanies | 2005-04-21 | 1 | -17/+0 |
* | preparing to remove elements.rb | Luke Kanies | 2005-04-21 | 1 | -92/+0 |
* | renaming statetree to elements | Luke Kanies | 2005-04-21 | 1 | -0/+0 |
* | first version of finalized base classes | Luke Kanies | 2005-04-21 | 1 | -0/+109 |
* | noop seems to basically be working, but i need to reorganize the whole type/s... | Luke Kanies | 2005-04-19 | 3 | -16/+16 |
* | filetypes now support multiple record types, and newlines can be escaped | Luke Kanies | 2005-04-19 | 3 | -24/+139 |
* | completed the first step to enabling multiple record types in filetypes | Luke Kanies | 2005-04-19 | 2 | -19/+63 |
* | the client now executes "evaluate", which might not be a good thing -- i am g... | Luke Kanies | 2005-04-19 | 4 | -11/+37 |
* | filerecord.rb: duh, fixing a small debug string printing bug | Luke Kanies | 2005-04-19 | 1 | -1/+0 |
* | reorganizing the FileType/FileRecord into a base class (TypeGenerator) and ba... | Luke Kanies | 2005-04-19 | 5 | -525/+475 |
* | adding typegenerator baseclass | Luke Kanies | 2005-04-19 | 1 | -0/+97 |
* | fact.rb is no longer a subclass of Blink::Type | Luke Kanies | 2005-04-18 | 1 | -2/+2 |
* | fixing filetype and component to take into account changes type interface.rb ... | Luke Kanies | 2005-04-18 | 3 | -15/+50 |
* | type.rb: adding methods to simplify type initialization, and adding eachtype(... | Luke Kanies | 2005-04-18 | 1 | -4/+16 |
* | renaming types to type everywhere; all tests now pass | Luke Kanies | 2005-04-18 | 5 | -255/+246 |
* | changing types to type internally | Luke Kanies | 2005-04-18 | 5 | -9/+9 |
* | moving types to type | Luke Kanies | 2005-04-18 | 7 | -0/+0 |
* | renaming types.rb to type.rb | Luke Kanies | 2005-04-18 | 1 | -0/+0 |
* | changing Types to Type | Luke Kanies | 2005-04-18 | 8 | -128/+255 |
* | adding | Luke Kanies | 2005-04-18 | 1 | -0/+30 |
* | deprecating interface.rb | Luke Kanies | 2005-04-18 | 1 | -229/+0 |
* | final changes before deprecating | Luke Kanies | 2005-04-18 | 1 | -9/+95 |
* | adding an fqpath method to state.rb | Luke Kanies | 2005-04-18 | 1 | -0/+7 |
* | adding name information and a FileRecordState class | Luke Kanies | 2005-04-18 | 1 | -9/+33 |
* | moving some methods around | Luke Kanies | 2005-04-18 | 1 | -49/+71 |
* | adding markers | Luke Kanies | 2005-04-18 | 1 | -2/+80 |
* | changing type[param] to return the state instead of the value | Luke Kanies | 2005-04-18 | 5 | -36/+39 |
* | renaming oparse to filetype | Luke Kanies | 2005-04-18 | 1 | -0/+0 |
* | renaming oparse to filetype | Luke Kanies | 2005-04-18 | 1 | -22/+22 |
* | adding some comments | Luke Kanies | 2005-04-17 | 1 | -3/+10 |
* | fixing most of the function call stuff | Luke Kanies | 2005-04-15 | 3 | -13/+58 |
* | the client is now successfully creating objects from the hashes passed by the... | Luke Kanies | 2005-04-14 | 2 | -5/+52 |
* | making fact a real type | Luke Kanies | 2005-04-14 | 1 | -3/+29 |