summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/parser.rb
Commit message (Expand)AuthorAgeFilesLines
* Renaming parsedfile to loadedfile, which makes much more sense and reduces so...luke2006-09-031-4/+4
* Tracking down some weird bugs that managed to creep into the parser. I expec...luke2006-08-281-223/+224
* Committing definition inheritance. I have not yet written tests yet, but my ...luke2006-08-221-199/+214
* Adding "if/else" constructs. No operators, no elsif, but it is a good start,...luke2006-08-221-754/+578
* Committing changes that require dollar signs in prototypesluke2006-08-141-195/+248
* Apparently objects were legal rvalues, which does not make any sense. Fixed ...luke2006-07-211-301/+292
* Adding support for default nodes as requested in #136.luke2006-06-131-206/+226
* Fixing #166. Function names are no longer reserved words.luke2006-06-081-413/+406
* Fixing #155. It is now valid to have arrays with no values, although you wil...luke2006-06-081-171/+181
* Fixing #162. Node names must now be comma-separated.luke2006-05-311-188/+196
* Allowing empty filesluke2006-05-181-443/+448
* Fixing #146. I think I mostly just fixed the error message; I do not think t...luke2006-05-181-28/+27
* I appear to have object collection working, incredibly. This commit does the...luke2006-05-131-430/+447
* The "collectable" syntax now works end-to-end -- the parser correctly recogni...luke2006-05-131-383/+416
* Fixing a stupid bug i managed to introduce in 0.16.2 (probably) involving imp...luke2006-05-031-32/+45
* Creating a simplistic, generic function framework in the parser, so it is now...luke2006-04-261-426/+418
* Changing "set" to "tag"luke2006-04-111-6/+6
* Fixing the language side of #109. Added a "set" keyword.luke2006-04-111-394/+416
* Change how names for nodes are specified: the 'node' keyword can be followed ...lutter2006-04-041-346/+328
* Manifests can now specify node names with fully qualified domain names, too.lutter2006-03-311-285/+336
* Supporting variables as the test value in both case statements and selectors.luke2006-03-031-214/+221
* Fixing bug #75, providing support for unnecessary end commas.luke2006-02-271-115/+127
* Mostly, this is a refactoring commit. There is one significant new feature,luke2006-02-271-8/+8
* Generate an error if the pattern for an import statement matches no file.lutter2006-02-231-21/+26
* Fix failure of test_importglobbing in test/parser/parser.rblutter2006-02-221-23/+33
* Adding single-quote syntactical elementluke2006-02-161-327/+342
* replacing all occurences of "is_a?" in the parser with "instance_of?"luke2006-02-081-24/+24
* Fixing bug that occurs with only one argumentluke2006-02-081-4/+4
* Committing both the finalization of the config code, plus all of the code nec...luke2006-02-071-19/+25
* Made lots of small changes, mostly to help usability but also fixed a couple ...luke2006-01-181-14/+12
* Fixing most types to allow no statementsluke2006-01-181-209/+295
* Fixed a couple of warnings, fixed a critical bug having to do with case state...luke2006-01-121-3/+3
* Further small bug fixes towards running puppet on my networkluke2005-10-251-50/+54
* Adding some semantic tagging. It is not exactly full-featured yet, and it is...luke2005-10-101-3/+3
* Many, many changes toward a completely functional system. The only current p...luke2005-09-231-20/+21
* Nodes now support inheritance, for better or for worse.luke2005-09-231-123/+119
* The new "include" syntax works now.luke2005-09-221-332/+405
* I am still somewhat in mid-change, but I have made the biggest changes to mak...luke2005-09-211-22/+15
* Okay, significant change -- classes no longer accept arguments (which makes t...luke2005-09-211-143/+142
* adding stinkloads of comments to ast.rb (I am trying to go through and better...luke2005-09-201-280/+348
* My cfengine2puppet config now entirely parses. The biggest problem I ran int...luke2005-09-181-19/+29
* Successfully parsed my entire converted cfengine configuration; these are all...luke2005-09-171-233/+240
* fixing some testsluke2005-09-151-19/+15
* adding globbing to importluke2005-09-141-40/+51
* tracked down some sticky bugs related to having false values and empty string...luke2005-09-131-142/+147
* recompiling parser after removing extraneous debuggingLuke Kanies2005-08-261-53/+43
* making array-as-name work in the language, and adding some more test snippetsLuke Kanies2005-08-251-54/+70
* replacing if statements with case statement, and adding defaults for both sel...Luke Kanies2005-08-241-409/+330
* Moving all files into a consolidated trunk. All tests pass except the known-...Luke Kanies2005-08-231-0/+1264