summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/parser.rb
Commit message (Expand)AuthorAgeFilesLines
* [#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
* Removing notice about "import loop", which was happening constantly when auto...luke2007-07-141-9/+6
* Fixing #589luke2007-07-131-366/+376
* Fixing #468 -- fully qualified resources can now be specified as dependenciesluke2007-07-131-405/+414
* Adding patch by Valentin Vidic to add the "+>" syntax for adding values to pa...luke2007-07-101-578/+637
* Applying patch by DavidS from #697 to allow host names to be double quotedluke2007-07-081-329/+334
* Fixing #548, and making functions support other rvalues, too, including other...luke2007-06-181-575/+621
* Adding better error reporting on unmatched brackets -- you will now get notif...luke2007-05-251-2/+9
* Fixing #568luke2007-05-171-266/+257
* Adding #629 -- an undef keyword now existsluke2007-05-171-553/+602
* Fixing #615 (subclasses with similar names) by getting rid of the class "type...luke2007-05-031-9/+9
* Adding the functionality requested in http://mail.madstop.com/pipermail/puppe...luke2007-04-191-52/+55
* Clarifying the errors a bit when nodes come from external sources.luke2007-03-191-4/+4
* Fixing #544 -- there is now an --ignoreimport option for commit hooks.luke2007-03-191-373/+389
* Search manifests first within modules, and if no module is found, search inlutter2007-03-091-63/+58