summaryrefslogtreecommitdiffstats
path: root/spec/unit/parser/parser.rb
Commit message (Expand)AuthorAgeFilesLines
* 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