summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/lexer.rb
Commit message (Expand)AuthorAgeFilesLines
* 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