summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/lexer.rb
Commit message (Expand)AuthorAgeFilesLines
* (#7523) Refactor the grammar to reduce duplicationNick Lewis2011-05-171-5/+5
* (#5477) Allow watch_file to watch non-existent files, especially site.ppJesse Wolfe2011-03-251-2/+3
* (#6555) Fix another ruby 1.9 incompatible case statementMatt Robinson2011-03-221-1/+1
* Fix #5720 - puppetdoc misses some class commentsBrice Figureau2011-02-111-1/+4
* Fix for #5022 -- Escaped newlines should be elidedMarkus Roberts2010-10-181-1/+2
* Fix for #4804 -- escaped backslashes in interpolated stringsMarkus Roberts2010-09-281-1/+1
* Fixes #4485 -- single quoted strings should not treat \n as new lineMarkus Roberts2010-08-051-11/+11
* [#4423] class { shouldn't get stored on the namespace stackJesse Wolfe2010-08-031-1/+1
* Fix for #4303 -- reverting to old escaping in '-stringsMarkus Roberts2010-07-251-5/+4
* Fix for #4236 -- Only interpolate $ if followed by a variableMarkus Roberts2010-07-181-7/+9
* Code smell: Two space indentationMarkus Roberts2010-07-091-502/+502
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-5/+5
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-3/+3
* Code smell: Use string interpolationMarkus Roberts2010-07-091-2/+2
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-76/+82
* [#4161] RDoc fails to parse some of our ruby syntaxJesse Wolfe2010-07-071-0/+10
* Fix #3871 - Add the 'in' operatorBrice Figureau2010-02-171-1/+2
* Fixes #3395 - CR+LF line endings in manifests cause syntax errorJames Turnbull2010-02-171-1/+1
* Fix for 3664: interpolating qualified variables.Markus Roberts2010-02-171-9/+9
* Fix #3664 - qualified variable parsing in string interpolationBrice Figureau2010-02-171-4/+6
* Fixing #448 - relationships have their own syntaxLuke Kanies2010-02-171-0/+4
* Fix for #3558 -- source file reading speedupMarkus Roberts2010-02-171-7/+1
* Markus's patch concerning string interpolationJesse Wolfe2010-04-121-1/+4
* Moving the string interpolation parsing to the parser/lexerMarkus Roberts2010-02-171-61/+91
* Proposed alternative solution for #2664 (REGEX / DIV lexing)Markus Roberts2009-10-161-31/+29
* Fix #2664 - Mathematic expressions mis-lexed as RegexBrice Figureau2009-09-221-1/+1
* Fixing #2592 - you can escape slashes in regexesLuke Kanies2009-09-041-3/+14
* Add regex, match and not match token to the lexerBrice Figureau2009-08-011-0/+7
* Fix #2364 - Associates the correct comment to the right statementBrice Figureau2009-07-101-8/+14
* Make sure the parser sees the correct line numberBrice Figureau2009-07-101-3/+5
* Fix #2333 - Make sure lexer skip whitespace on non-tokenBrice Figureau2009-06-121-1/+4
* Removed extra whitespace from end of linesIan Taylor2009-06-061-3/+3
* Fixing #1755 - handling fully qualified classes correctly.Luke Kanies2008-11-261-1/+1
* Add a doc attribute to AST nodes and fill it with the last seen commentsBrice Figureau2008-11-171-8/+52
* Fix #1402 - Allow multiline commentsBrice Figureau2008-10-291-0/+5
* Fixing #1098 - Multiline strings now correctly increment the line countLuke Kanies2008-10-041-0/+3
* Add parser for arbitrary expressionsBrice Figureau2008-10-011-4/+10
* Add an append (+=) variable operator:Brice Figureau2008-09-211-0/+1
* Fixes #1274 - allow class names to start with numbersJames Turnbull2008-08-171-1/+1
* Fixed #968 again, this time with tests -- parseonly works,Luke Kanies2008-02-131-1/+5
* Significantly refactoring the lexer, including adding Token and TokenListLuke Kanies2008-01-301-270/+391
* Removing tons of unnecessary calls to "nil?" from the lexer.Luke Kanies2008-01-281-22/+6
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Removed TYPE token, replacing it with CLASSREF token, in the grammar and lexe...Michael V. O'Brien2007-09-101-2/+1
* Adding patch by Valentin Vidic to add the "+>" syntax for adding values to pa...luke2007-07-101-0/+1
* Adding better error reporting on unmatched brackets -- you will now get notif...luke2007-05-251-0/+32
* Adding #629 -- an undef keyword now existsluke2007-05-171-1/+2
* Adding the functionality requested in http://mail.madstop.com/pipermail/puppe...luke2007-04-191-1/+1
* 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