summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/ast.rb
Commit message (Expand)AuthorAgeFilesLines
* Configuration parameters now require (and have) descriptions, and a set of co...luke2006-02-071-2/+4
* Made lots of small changes, mostly to help usability but also fixed a couple ...luke2006-01-181-11/+16
* Moving ast classes into separate filesluke2006-01-131-1442/+21
* Fixed a couple of warnings, fixed a critical bug having to do with case state...luke2006-01-121-3/+6
* Merging changes from the head of the rework1 branch, r 784luke2006-01-081-1/+1
* Undoing the merge that happened in 785luke2006-01-071-1/+1
* Merging in refactoring from version 774 into version 784luke2006-01-071-1/+1
* The language now verifies some resemblance to closurehood. I now only need t...luke2005-10-301-13/+47
* Adding some semantic tagging. It is not exactly full-featured yet, and it is...luke2005-10-101-3/+23
* adding tag support to scopes and the transportable classluke2005-10-041-9/+29
* Many, many changes toward a completely functional system. The only current p...luke2005-09-231-1/+7
* Nodes now support inheritance, for better or for worse.luke2005-09-231-19/+82
* The new "include" syntax works now.luke2005-09-221-116/+174
* I am still somewhat in mid-change, but I have made the biggest changes to mak...luke2005-09-211-5/+16
* Okay, significant change -- classes no longer accept arguments (which makes t...luke2005-09-211-60/+56
* adding stinkloads of comments to ast.rb (I am trying to go through and better...luke2005-09-201-228/+207
* switching log.rb to raise Puppet::DevError eventsluke2005-09-191-0/+3
* My cfengine2puppet config now entirely parses. The biggest problem I ran int...luke2005-09-181-15/+32
* Successfully parsed my entire converted cfengine configuration; these are all...luke2005-09-171-32/+78
* making "Type.new" private, and switching to "Type.create", so that i can merg...luke2005-09-161-2/+2
* adding extra checks to make sure networking is secure, and refactoring a heck...luke2005-09-151-0/+6
* tracked down some sticky bugs related to having false values and empty string...luke2005-09-131-160/+64
* defining $name in each component scope, and adding test caseluke2005-09-021-20/+22
* making array-as-name work in the language, and adding some more test snippetsLuke Kanies2005-08-251-2/+22
* replacing if statements with case statement, and adding defaults for both sel...Luke Kanies2005-08-241-2/+139
* Moving all files into a consolidated trunk. All tests pass except the known-...Luke Kanies2005-08-231-0/+1238