summaryrefslogtreecommitdiffstats
path: root/spec/unit/parser/parser.rb
Commit message (Expand)AuthorAgeFilesLines
* [#3994] rename the specs to have _spec.rb at the endMarkus Roberts2010-06-231-406/+0
* Fixing #3668 - fixed autoloading classes from modulesLuke Kanies2010-02-171-76/+11
* Fixing bad testMarkus Roberts2010-02-171-1/+1
* Finishing renaming :params to :parameters internallyLuke Kanies2010-02-171-1/+1
* Removing Resource::Reference classesLuke Kanies2010-02-171-0/+16
* Partially fixing #2954 - Adding class parametersLuke Kanies2010-02-171-0/+41
* Renaming Parser::ResourceType to Resource::TypeLuke Kanies2010-02-171-1/+1
* Using the RTC helper to find the known resource typesLuke Kanies2010-02-171-18/+18
* Parser now uses Environment resource type collectionLuke Kanies2010-02-171-24/+30
* Renaming LoadedCode to ResourceTypeCollectionLuke Kanies2010-02-171-16/+16
* Adding support for parsing ruby filesLuke Kanies2010-02-171-0/+23
* Fixing test structureLuke Kanies2010-02-171-4/+4
* Fixing #2596 - Node, Class, Definition are not ASTLuke Kanies2009-12-091-82/+44
* Fix #2707 config_version fails more helpfullyRein Henrichs2009-10-151-1/+9
* Fix #2638 - Allow creating several nodes with matching namesBrice Figureau2009-09-171-1/+1
* Fixing #2549 - autoloading of top-level classes works againLuke Kanies2009-08-241-0/+6
* Fixes #2493Markus Roberts2009-08-141-11/+19
* Fixed #2294 - Classes sometimes cannot be foundMarkus Roberts2009-08-031-1/+71
* Adding support for an external catalog versionLuke Kanies2009-08-011-0/+15
* Removing duplication in the test structureLuke Kanies2009-08-011-10/+10
* Make sure node are referenced by their namesBrice Figureau2009-08-011-1/+89
* Switching to LoadedCode from ASTSetLuke Kanies2009-07-051-1/+1
* Removed extra whitespace from end of linesIan Taylor2009-06-061-13/+13
* Changed tabs to spaces without interfering with indentation or alignmentIan Taylor2009-06-061-3/+3
* Fixing the AST constant warnings, using a variable instead of a constantLuke Kanies2008-12-021-32/+32
* RSpec tests for the doc system (covers AST.doc, lexer and parser)Brice Figureau2008-11-171-4/+27
* Fix #857 - Multiple class of the same name don't append codeBrice Figureau2008-10-291-0/+28
* Fix #936 - Allow trailing comma in array definitionBrice Figureau2008-10-211-0/+8
* Fix #636 - Allow extraneous comma in function argument listBrice Figureau2008-10-211-0/+24
* Fix #1109 - allow empty if or else branchesBrice Figureau2008-10-071-0/+26
* Rspec Tests for #381.Brice Figureau2008-10-051-1/+40
* Add parser for arbitrary expressionsBrice Figureau2008-10-011-1/+47
* Add rspec unit test for the append operatorBrice Figureau2008-09-211-0/+34