summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* switched to just passing scopes around, instead of passing the interpreter ob...Luke Kanies2005-05-123-5/+4
* file recursion now worksLuke Kanies2005-05-123-14/+74
* i can now execute simple scripts manually!Luke Kanies2005-05-111-25/+55
* i can basically actually do work nowLuke Kanies2005-05-117-76/+163
* adding lots of verbosity, and starting to actually make sure things execute -...Luke Kanies2005-05-114-6/+28
* basic components now workLuke Kanies2005-05-062-4/+13
* we now have nested scopes, and we've got the beginnings of components, althou...Luke Kanies2005-04-251-1/+1
* simplifying argument parsing in Blink#messageLuke Kanies2005-04-231-7/+2
* initializing @noop in element.rbLuke Kanies2005-04-231-0/+3
* everything works again, including componentsLuke Kanies2005-04-214-3/+15
* making components workLuke Kanies2005-04-212-3/+12
* moving component.rb to type/Luke Kanies2005-04-211-0/+0
* removing most functionality, since type.rb already has itLuke Kanies2005-04-211-49/+2
* finishing reorganization of base classes and such; there is now a clear tree ...Luke Kanies2005-04-2111-102/+128
* cleaning up object tree and adding a simple virtual base class for both types...Luke Kanies2005-04-213-751/+564
* adding transactionsLuke Kanies2005-04-212-0/+56
* moving event info out of type.rbLuke Kanies2005-04-211-0/+103
* removing elements.rbLuke Kanies2005-04-211-17/+0
* preparing to remove elements.rbLuke Kanies2005-04-211-92/+0
* renaming statetree to elementsLuke Kanies2005-04-211-0/+0
* first version of finalized base classesLuke Kanies2005-04-211-0/+109
* noop seems to basically be working, but i need to reorganize the whole type/s...Luke Kanies2005-04-193-16/+16
* filetypes now support multiple record types, and newlines can be escapedLuke Kanies2005-04-193-24/+139
* completed the first step to enabling multiple record types in filetypesLuke Kanies2005-04-192-19/+63
* the client now executes "evaluate", which might not be a good thing -- i am g...Luke Kanies2005-04-194-11/+37
* filerecord.rb: duh, fixing a small debug string printing bugLuke Kanies2005-04-191-1/+0
* reorganizing the FileType/FileRecord into a base class (TypeGenerator) and ba...Luke Kanies2005-04-195-525/+475
* adding typegenerator baseclassLuke Kanies2005-04-191-0/+97
* fact.rb is no longer a subclass of Blink::TypeLuke Kanies2005-04-181-2/+2
* fixing filetype and component to take into account changes type interface.rb ...Luke Kanies2005-04-183-15/+50
* type.rb: adding methods to simplify type initialization, and adding eachtype(...Luke Kanies2005-04-181-4/+16
* renaming types to type everywhere; all tests now passLuke Kanies2005-04-185-255/+246
* changing types to type internallyLuke Kanies2005-04-185-9/+9
* moving types to typeLuke Kanies2005-04-187-0/+0
* renaming types.rb to type.rbLuke Kanies2005-04-181-0/+0
* changing Types to TypeLuke Kanies2005-04-188-128/+255
* addingLuke Kanies2005-04-181-0/+30
* deprecating interface.rbLuke Kanies2005-04-181-229/+0
* final changes before deprecatingLuke Kanies2005-04-181-9/+95
* adding an fqpath method to state.rbLuke Kanies2005-04-181-0/+7
* adding name information and a FileRecordState classLuke Kanies2005-04-181-9/+33
* moving some methods aroundLuke Kanies2005-04-181-49/+71
* adding markersLuke Kanies2005-04-181-2/+80
* changing type[param] to return the state instead of the valueLuke Kanies2005-04-185-36/+39
* renaming oparse to filetypeLuke Kanies2005-04-181-0/+0
* renaming oparse to filetypeLuke Kanies2005-04-181-22/+22
* adding some commentsLuke Kanies2005-04-171-3/+10
* fixing most of the function call stuffLuke Kanies2005-04-153-13/+58
* the client is now successfully creating objects from the hashes passed by the...Luke Kanies2005-04-142-5/+52
* making fact a real typeLuke Kanies2005-04-141-3/+29