aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/spray/boilerplate/TemplateParser.scala
Commit message (Expand)AuthorAgeFilesLines
* include complete parsing failure in exception, fixes #15Johannes Rudolph2016-02-241-6/+5
* fix parsing of '#' outside of range (as testified by last commit)Johannes Rudolph2016-02-241-2/+2
* Fix for issue #12 escape sharpMark Lister2014-09-241-1/+2
* cache parser rules for better performanceJohannes Rudolph2014-09-011-14/+14
* fix infinite parser loop with Scala <= 2.9Johannes Rudolph2014-09-011-2/+4
* adapt outside parser to latest changesJohannes Rudolph2014-07-081-2/+3
* add support for custom rangesJohannes Rudolph2014-07-081-4/+17
* centralize place to define the default separatorJohannes Rudolph2014-07-081-2/+5
* apply scalariformJohannes Rudolph2014-07-081-11/+11
* refactoring and sprinkle some syntactic sugar for better test writingJohannes Rudolph2014-07-081-35/+18
* saner parser and generation modelJohannes Rudolph2014-07-081-10/+10
* fix parsing to allow an arbitrary number of elements on the top-level, fixes #3Johannes Rudolph2014-07-081-8/+14
* Modify TemplateParser to reduce parser scope.Mark Lister2013-06-071-3/+20
* move from "cc.spray" to "io.spray"Johannes Rudolph2012-10-161-0/+56