summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/lexer.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixing #343. Collections and definition evaluation both now happen on every ...luke2006-12-231-3/+5
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-17/+79
* Reverting the work done in [1605] and [1606]. I have added it as a patch in ...luke2006-09-151-0/+1
* This commit adds two important features (but which probably were notluke2006-09-151-1/+0
* Adding "if/else" constructs. No operators, no elsif, but it is a good start,...luke2006-08-221-0/+3
* Fixing #166. Function names are no longer reserved words.luke2006-06-081-3/+0
* I appear to have object collection working, incredibly. This commit does the...luke2006-05-131-1/+1
* The "collectable" syntax now works end-to-end -- the parser correctly recogni...luke2006-05-131-0/+3
* Creating a simplistic, generic function framework in the parser, so it is now...luke2006-04-261-2/+3
* Changing "set" to "tag"luke2006-04-111-1/+1
* Fixing the language side of #109. Added a "set" keyword.luke2006-04-111-0/+1
* Change how names for nodes are specified: the 'node' keyword can be followed ...lutter2006-04-041-1/+0
* Manifests can now specify node names with fully qualified domain names, too.lutter2006-03-311-2/+3
* Adding single-quote syntactical elementluke2006-02-161-4/+11
* removing "host" as a keyword; it was an alias for "node"luke2006-01-031-1/+0
* removing ruby shebang at the top of all of the filesluke2005-11-231-3/+2
* The new "include" syntax works now.luke2005-09-221-6/+7
* Successfully parsed my entire converted cfengine configuration; these are all...luke2005-09-171-2/+2
* tracked down some sticky bugs related to having false values and empty string...luke2005-09-131-3/+4
* removing if-related keywordsluke2005-09-021-3/+0
* replacing if statements with case statement, and adding defaults for both sel...Luke Kanies2005-08-241-0/+2
* Moving all files into a consolidated trunk. All tests pass except the known-...Luke Kanies2005-08-231-0/+225