summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/grammar.ra
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2.6.next' into nextMatt Robinson2011-03-071-4/+2
|\
| * Merge branch 'maint/2.6.next/revert-5935' into 2.6.nextNick Lewis2011-02-281-3/+0
| |\
| | * Revert "(#5935) Allow functions to accept negated values"Nick Lewis2011-02-211-3/+0
| * | (#6338) Remove unused version control tagsMatt Robinson2011-02-281-3/+0
| |/
| * (#5935) Allow functions to accept negated valuesNick Lewis2011-02-171-0/+3
| * (Fixes #6269) merge changes from masterzen that resolve the issue.Daniel Pittman2011-02-121-1/+1
| |\
| | * Fix #6269 - Hashes only work with two levels of accessBrice Figureau2011-02-121-1/+1
| * | Fix #5516 - Hashes can't be used in selectorsBrice Figureau2011-02-121-0/+1
| |/
* | Merge remote branch 'paul/ticket/next/4685' into nextJesse Wolfe2010-09-091-9/+17
|\ \
| * | Modified the error message that is generated when a class, definition,Paul Berry2010-09-071-1/+2
| * | [#4685] Classes, defines, and nodes allowed inside of non-evaluated conditionalsPaul Berry2010-09-011-9/+16
* | | [4638] Cleanup of plurals and inheritance relationships in ASTPaul Berry2010-08-271-101/+30
|/ /
* / [#4496]+[#4521]+[#4522] Add structures to the AST to represent type definitio...Paul Berry2010-08-131-41/+27
|/
* Code smell: Two space indentationMarkus Roberts2010-07-091-498/+498
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-24/+8
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-207/+213
* [#2713] Enable ELSIFJesse Wolfe2010-07-011-10/+17
* Fix #3871 - Add the 'in' operatorBrice Figureau2010-02-171-1/+5
* Fixing #3651 failing to pop comment stack for some constructsMarkus Roberts2010-02-171-0/+2
* Fixing #448 - relationships have their own syntaxLuke Kanies2010-02-171-1/+13
* Fixing #3668 - fixed autoloading classes from modulesLuke Kanies2010-02-171-5/+4
* Markus's patch concerning string interpolationJesse Wolfe2010-04-121-2/+2
* Resolving conflicts with ???Markus Roberts2010-02-171-3/+2
* Moving the string interpolation parsing to the parser/lexerMarkus Roberts2010-02-171-8/+10
* Finishing renaming :params to :parameters internallyLuke Kanies2010-02-171-3/+3
* Adding support for class parametersLuke Kanies2010-02-171-4/+1
* Partially fixing #2954 - Adding class parametersLuke Kanies2010-02-171-4/+5
* Removing Interpreter classLuke Kanies2010-02-171-1/+0
* Allow adding single key to hashesBrice Figureau2010-02-171-0/+3
* Fix #2389 - Enhance Puppet DSL with HashesBrice Figureau2010-02-171-0/+48
* Implement node matching with regexesBrice Figureau2009-08-011-0/+1
* Make sure node are referenced by their namesBrice Figureau2009-08-011-3/+7
* Enhance selector and case statements to match with regexpBrice Figureau2009-08-011-0/+1
* Fix #2033 - Allow regexp in if expressionBrice Figureau2009-08-011-0/+6
* Add AST::Regex, an AST leaf node representing a regexBrice Figureau2009-08-011-0/+4
* Add regexes and regex match operators to the parserBrice Figureau2009-08-011-0/+2
* Make sure the parser sees the correct line numberBrice Figureau2009-07-101-57/+62
* Removed extra whitespace from end of linesIan Taylor2009-06-061-7/+7
* Fix #1088 - Collections overridesBrice Figureau2009-03-141-1/+21
* Add a doc attribute to AST nodes and fill it with the last seen commentsBrice Figureau2008-11-171-2/+20
* Fix #936 - Allow trailing comma in array definitionBrice Figureau2008-10-211-0/+7
* Fix #636 - Allow extraneous comma in function argument listBrice Figureau2008-10-211-17/+19
* Fix #1109 - allow empty if or else branchesBrice Figureau2008-10-071-0/+15
* Fix #381 - Allow multiple resource overrides or referencesBrice Figureau2008-10-051-2/+2
* Add parser for arbitrary expressionsBrice Figureau2008-10-011-7/+80
* Add an append (+=) variable operator:Brice Figureau2008-09-211-1/+7
* Fixing #1242 -- lack of storeconfigs only produces warning, not exception.Luke Kanies2008-05-261-2/+2
* Fixed #968 again, this time with tests -- parseonly works,Luke Kanies2008-02-131-2/+2
* Removed TYPE token, replacing it with CLASSREF token, in the grammar and lexe...Michael V. O'Brien2007-09-101-4/+3
* Fixed #774, which fixed fully qualified collection statementsMichael V. O'Brien2007-09-101-2/+1