| Commit message (Expand) | Author | Age | Files | Lines |
* | (#7523) Refactor the grammar to reduce duplication | Nick Lewis | 2011-05-17 | 1 | -1196/+913 |
* | (#6928) Remove --parseonly | Nick Lewis | 2011-04-13 | 1 | -3/+3 |
* | Merge branch '2.6.next' into next | Matt Robinson | 2011-03-07 | 1 | -1722/+1825 |
|\ |
|
| * | Revert "(#5935) Allow functions to accept negated values" | Nick Lewis | 2011-02-21 | 1 | -977/+962 |
| * | (#5935) Allow functions to accept negated values | Nick Lewis | 2011-02-17 | 1 | -962/+977 |
| * | (Fixes #6269) merge changes from masterzen that resolve the issue. | Daniel Pittman | 2011-02-12 | 1 | -392/+400 |
| |\ |
|
| | * | Fix #6269 - Hashes only work with two levels of access | Brice Figureau | 2011-02-12 | 1 | -799/+792 |
| * | | (#5516) Rebuild parser.rb after merge. | Daniel Pittman | 2011-02-12 | 1 | -1541/+1630 |
| * | | Fix #5516 - Hashes can't be used in selectors | Brice Figureau | 2011-02-12 | 1 | -426/+415 |
| |/ |
|
* | | Merge remote branch 'paul/ticket/next/4685' into next | Jesse Wolfe | 2010-09-09 | 1 | -1881/+1743 |
|\ \ |
|
| * | | Modified the error message that is generated when a class, definition, | Paul Berry | 2010-09-07 | 1 | -136/+137 |
| * | | [#4685] Classes, defines, and nodes allowed inside of non-evaluated conditionals | Paul Berry | 2010-09-01 | 1 | -1135/+1098 |
* | | | [4638] Cleanup of plurals and inheritance relationships in AST | Paul Berry | 2010-08-27 | 1 | -246/+208 |
|/ / |
|
* / | [#4496]+[#4521]+[#4522] Add structures to the AST to represent type definitio... | Paul Berry | 2010-08-13 | 1 | -1389/+1476 |
|/ |
|
* | [#2713] Enable ELSIF | Jesse Wolfe | 2010-07-01 | 1 | -854/+900 |
* | Fix #3871 - Add the 'in' operator | Brice Figureau | 2010-02-17 | 1 | -1012/+1032 |
* | Fixing #3651 failing to pop comment stack for some constructs | Markus Roberts | 2010-02-17 | 1 | -121/+123 |
* | Fixing #448 - relationships have their own syntax | Luke Kanies | 2010-02-17 | 1 | -1758/+1710 |
* | Fixing #3668 - fixed autoloading classes from modules | Luke Kanies | 2010-02-17 | 1 | -712/+721 |
* | Markus's patch concerning string interpolation | Jesse Wolfe | 2010-04-12 | 1 | -1671/+1753 |
* | Moving the string interpolation parsing to the parser/lexer | Markus Roberts | 2010-02-17 | 1 | -1062/+1120 |
* | Finishing renaming :params to :parameters internally | Luke Kanies | 2010-02-17 | 1 | -5/+5 |
* | Adding support for class parameters | Luke Kanies | 2010-02-17 | 1 | -6/+3 |
* | Partially fixing #2954 - Adding class parameters | Luke Kanies | 2010-02-17 | 1 | -687/+663 |
* | Removing Interpreter class | Luke Kanies | 2010-02-17 | 1 | -3/+2 |
* | Allow adding single key to hashes | Brice Figureau | 2010-02-17 | 1 | -845/+891 |
* | Fix #2389 - Enhance Puppet DSL with Hashes | Brice Figureau | 2010-02-17 | 1 | -917/+1084 |
* | Implement node matching with regexes | Brice Figureau | 2009-08-01 | 1 | -567/+554 |
* | Make sure node are referenced by their names | Brice Figureau | 2009-08-01 | 1 | -566/+563 |
* | Enhance selector and case statements to match with regexp | Brice Figureau | 2009-08-01 | 1 | -561/+618 |
* | Fix #2033 - Allow regexp in if expression | Brice Figureau | 2009-08-01 | 1 | -629/+643 |
* | Add AST::Regex, an AST leaf node representing a regex | Brice Figureau | 2009-08-01 | 1 | -38/+47 |
* | Add regexes and regex match operators to the parser | Brice Figureau | 2009-08-01 | 1 | -775/+771 |
* | Make sure the parser sees the correct line number | Brice Figureau | 2009-07-10 | 1 | -171/+220 |
* | Fix #1088 - Collections overrides | Brice Figureau | 2009-03-14 | 1 | -706/+749 |
* | Add a doc attribute to AST nodes and fill it with the last seen comments | Brice Figureau | 2008-11-17 | 1 | -98/+114 |
* | Fix #936 - Allow trailing comma in array definition | Brice Figureau | 2008-10-21 | 1 | -388/+386 |
* | Fix #636 - Allow extraneous comma in function argument list | Brice Figureau | 2008-10-21 | 1 | -865/+879 |
* | Fix #1109 - allow empty if or else branches | Brice Figureau | 2008-10-07 | 1 | -563/+610 |
* | Fix #381 - Allow multiple resource overrides or references | Brice Figureau | 2008-10-05 | 1 | -366/+348 |
* | Add parser for arbitrary expressions | Brice Figureau | 2008-10-01 | 1 | -634/+930 |
* | Add an append (+=) variable operator: | Brice Figureau | 2008-09-21 | 1 | -708/+729 |
* | Fixing #1242 -- lack of storeconfigs only produces warning, not exception. | Luke Kanies | 2008-05-26 | 1 | -4/+4 |
* | Fixed #968 again, this time with tests -- parseonly works, | Luke Kanies | 2008-02-13 | 1 | -4/+5 |
* | Removing the Id tags from all of the files | Luke Kanies | 2007-10-03 | 1 | -1/+0 |
* | Removed TYPE token, replacing it with CLASSREF token, in the grammar and lexe... | Michael V. O'Brien | 2007-09-10 | 1 | -570/+549 |
* | Fixed #774, which fixed fully qualified collection statements | Michael V. O'Brien | 2007-09-10 | 1 | -628/+623 |
* | Renaming some ast resource classes and files so they make a lot more sense. | Luke Kanies | 2007-09-06 | 1 | -9/+9 |
* | And we have multiple environment support in the parser. The only remaining p... | Luke Kanies | 2007-08-25 | 1 | -2/+2 |
* | Fixing #314 and #729; here's the changelog: | luke | 2007-08-03 | 1 | -227/+10 |