| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixing #448 - relationships have their own syntax | Luke Kanies | 2010-02-17 | 1 | -0/+4 |
* | Fix for #3558 -- source file reading speedup | Markus Roberts | 2010-02-17 | 1 | -7/+1 |
* | Markus's patch concerning string interpolation | Jesse Wolfe | 2010-04-12 | 1 | -1/+4 |
* | Moving the string interpolation parsing to the parser/lexer | Markus Roberts | 2010-02-17 | 1 | -61/+91 |
* | Proposed alternative solution for #2664 (REGEX / DIV lexing) | Markus Roberts | 2009-10-16 | 1 | -31/+29 |
* | Fix #2664 - Mathematic expressions mis-lexed as Regex | Brice Figureau | 2009-09-22 | 1 | -1/+1 |
* | Fixing #2592 - you can escape slashes in regexes | Luke Kanies | 2009-09-04 | 1 | -3/+14 |
* | Add regex, match and not match token to the lexer | Brice Figureau | 2009-08-01 | 1 | -0/+7 |
* | Fix #2364 - Associates the correct comment to the right statement | Brice Figureau | 2009-07-10 | 1 | -8/+14 |
* | Make sure the parser sees the correct line number | Brice Figureau | 2009-07-10 | 1 | -3/+5 |
* | Fix #2333 - Make sure lexer skip whitespace on non-token | Brice Figureau | 2009-06-12 | 1 | -1/+4 |
* | Removed extra whitespace from end of lines | Ian Taylor | 2009-06-06 | 1 | -3/+3 |
* | Fixing #1755 - handling fully qualified classes correctly. | Luke Kanies | 2008-11-26 | 1 | -1/+1 |
* | Add a doc attribute to AST nodes and fill it with the last seen comments | Brice Figureau | 2008-11-17 | 1 | -8/+52 |
* | Fix #1402 - Allow multiline comments | Brice Figureau | 2008-10-29 | 1 | -0/+5 |
* | Fixing #1098 - Multiline strings now correctly increment the line count | Luke Kanies | 2008-10-04 | 1 | -0/+3 |
* | Add parser for arbitrary expressions | Brice Figureau | 2008-10-01 | 1 | -4/+10 |
* | Add an append (+=) variable operator: | Brice Figureau | 2008-09-21 | 1 | -0/+1 |
* | Fixes #1274 - allow class names to start with numbers | James Turnbull | 2008-08-17 | 1 | -1/+1 |
* | Fixed #968 again, this time with tests -- parseonly works, | Luke Kanies | 2008-02-13 | 1 | -1/+5 |
* | Significantly refactoring the lexer, including adding Token and TokenList | Luke Kanies | 2008-01-30 | 1 | -270/+391 |
* | Removing tons of unnecessary calls to "nil?" from the lexer. | Luke Kanies | 2008-01-28 | 1 | -22/+6 |
* | 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 | -2/+1 |
* | Adding patch by Valentin Vidic to add the "+>" syntax for adding values to pa... | luke | 2007-07-10 | 1 | -0/+1 |
* | Adding better error reporting on unmatched brackets -- you will now get notif... | luke | 2007-05-25 | 1 | -0/+32 |
* | Adding #629 -- an undef keyword now exists | luke | 2007-05-17 | 1 | -1/+2 |
* | Adding the functionality requested in http://mail.madstop.com/pipermail/puppe... | luke | 2007-04-19 | 1 | -1/+1 |
* | Fixing #343. Collections and definition evaluation both now happen on every ... | luke | 2006-12-23 | 1 | -3/+5 |
* | Merging the changes from the override-refactor branch. This is a significant... | luke | 2006-10-04 | 1 | -17/+79 |
* | Reverting the work done in [1605] and [1606]. I have added it as a patch in ... | luke | 2006-09-15 | 1 | -0/+1 |
* | This commit adds two important features (but which probably were not | luke | 2006-09-15 | 1 | -1/+0 |
* | Adding "if/else" constructs. No operators, no elsif, but it is a good start,... | luke | 2006-08-22 | 1 | -0/+3 |
* | Fixing #166. Function names are no longer reserved words. | luke | 2006-06-08 | 1 | -3/+0 |
* | I appear to have object collection working, incredibly. This commit does the... | luke | 2006-05-13 | 1 | -1/+1 |
* | The "collectable" syntax now works end-to-end -- the parser correctly recogni... | luke | 2006-05-13 | 1 | -0/+3 |
* | Creating a simplistic, generic function framework in the parser, so it is now... | luke | 2006-04-26 | 1 | -2/+3 |
* | Changing "set" to "tag" | luke | 2006-04-11 | 1 | -1/+1 |
* | Fixing the language side of #109. Added a "set" keyword. | luke | 2006-04-11 | 1 | -0/+1 |
* | Change how names for nodes are specified: the 'node' keyword can be followed ... | lutter | 2006-04-04 | 1 | -1/+0 |
* | Manifests can now specify node names with fully qualified domain names, too. | lutter | 2006-03-31 | 1 | -2/+3 |
* | Adding single-quote syntactical element | luke | 2006-02-16 | 1 | -4/+11 |
* | removing "host" as a keyword; it was an alias for "node" | luke | 2006-01-03 | 1 | -1/+0 |
* | removing ruby shebang at the top of all of the files | luke | 2005-11-23 | 1 | -3/+2 |
* | The new "include" syntax works now. | luke | 2005-09-22 | 1 | -6/+7 |
* | Successfully parsed my entire converted cfengine configuration; these are all... | luke | 2005-09-17 | 1 | -2/+2 |
* | tracked down some sticky bugs related to having false values and empty string... | luke | 2005-09-13 | 1 | -3/+4 |
* | removing if-related keywords | luke | 2005-09-02 | 1 | -3/+0 |
* | replacing if statements with case statement, and adding defaults for both sel... | Luke Kanies | 2005-08-24 | 1 | -0/+2 |
* | Moving all files into a consolidated trunk. All tests pass except the known-... | Luke Kanies | 2005-08-23 | 1 | -0/+225 |