summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/parser.rb
Commit message (Expand)AuthorAgeFilesLines
* (#7523) Refactor the grammar to reduce duplicationNick Lewis2011-05-171-1196/+913
* (#6928) Remove --parseonlyNick Lewis2011-04-131-3/+3
* Merge branch '2.6.next' into nextMatt Robinson2011-03-071-1722/+1825
|\
| * Revert "(#5935) Allow functions to accept negated values"Nick Lewis2011-02-211-977/+962
| * (#5935) Allow functions to accept negated valuesNick Lewis2011-02-171-962/+977
| * (Fixes #6269) merge changes from masterzen that resolve the issue.Daniel Pittman2011-02-121-392/+400
| |\
| | * Fix #6269 - Hashes only work with two levels of accessBrice Figureau2011-02-121-799/+792
| * | (#5516) Rebuild parser.rb after merge.Daniel Pittman2011-02-121-1541/+1630
| * | Fix #5516 - Hashes can't be used in selectorsBrice Figureau2011-02-121-426/+415
| |/
* | Merge remote branch 'paul/ticket/next/4685' into nextJesse Wolfe2010-09-091-1881/+1743
|\ \
| * | Modified the error message that is generated when a class, definition,Paul Berry2010-09-071-136/+137
| * | [#4685] Classes, defines, and nodes allowed inside of non-evaluated conditionalsPaul Berry2010-09-011-1135/+1098
* | | [4638] Cleanup of plurals and inheritance relationships in ASTPaul Berry2010-08-271-246/+208
|/ /
* / [#4496]+[#4521]+[#4522] Add structures to the AST to represent type definitio...Paul Berry2010-08-131-1389/+1476
|/
* [#2713] Enable ELSIFJesse Wolfe2010-07-011-854/+900
* Fix #3871 - Add the 'in' operatorBrice Figureau2010-02-171-1012/+1032
* Fixing #3651 failing to pop comment stack for some constructsMarkus Roberts2010-02-171-121/+123
* Fixing #448 - relationships have their own syntaxLuke Kanies2010-02-171-1758/+1710
* Fixing #3668 - fixed autoloading classes from modulesLuke Kanies2010-02-171-712/+721
* Markus's patch concerning string interpolationJesse Wolfe2010-04-121-1671/+1753
* Moving the string interpolation parsing to the parser/lexerMarkus Roberts2010-02-171-1062/+1120
* Finishing renaming :params to :parameters internallyLuke Kanies2010-02-171-5/+5
* Adding support for class parametersLuke Kanies2010-02-171-6/+3
* Partially fixing #2954 - Adding class parametersLuke Kanies2010-02-171-687/+663
* Removing Interpreter classLuke Kanies2010-02-171-3/+2
* Allow adding single key to hashesBrice Figureau2010-02-171-845/+891
* Fix #2389 - Enhance Puppet DSL with HashesBrice Figureau2010-02-171-917/+1084
* Implement node matching with regexesBrice Figureau2009-08-011-567/+554
* Make sure node are referenced by their namesBrice Figureau2009-08-011-566/+563
* Enhance selector and case statements to match with regexpBrice Figureau2009-08-011-561/+618
* Fix #2033 - Allow regexp in if expressionBrice Figureau2009-08-011-629/+643
* Add AST::Regex, an AST leaf node representing a regexBrice Figureau2009-08-011-38/+47
* Add regexes and regex match operators to the parserBrice Figureau2009-08-011-775/+771
* Make sure the parser sees the correct line numberBrice Figureau2009-07-101-171/+220
* Fix #1088 - Collections overridesBrice Figureau2009-03-141-706/+749
* Add a doc attribute to AST nodes and fill it with the last seen commentsBrice Figureau2008-11-171-98/+114
* Fix #936 - Allow trailing comma in array definitionBrice Figureau2008-10-211-388/+386
* Fix #636 - Allow extraneous comma in function argument listBrice Figureau2008-10-211-865/+879
* Fix #1109 - allow empty if or else branchesBrice Figureau2008-10-071-563/+610
* Fix #381 - Allow multiple resource overrides or referencesBrice Figureau2008-10-051-366/+348
* Add parser for arbitrary expressionsBrice Figureau2008-10-011-634/+930
* Add an append (+=) variable operator:Brice Figureau2008-09-211-708/+729
* Fixing #1242 -- lack of storeconfigs only produces warning, not exception.Luke Kanies2008-05-261-4/+4
* Fixed #968 again, this time with tests -- parseonly works,Luke Kanies2008-02-131-4/+5
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Removed TYPE token, replacing it with CLASSREF token, in the grammar and lexe...Michael V. O'Brien2007-09-101-570/+549
* Fixed #774, which fixed fully qualified collection statementsMichael V. O'Brien2007-09-101-628/+623
* Renaming some ast resource classes and files so they make a lot more sense.Luke Kanies2007-09-061-9/+9
* And we have multiple environment support in the parser. The only remaining p...Luke Kanies2007-08-251-2/+2
* Fixing #314 and #729; here's the changelog:luke2007-08-031-227/+10