summaryrefslogtreecommitdiff
path: root/pystache/parser.py
Commit message (Expand)AuthorAgeFilesLines
...
* Broke # and ^ into separate cases.Chris Jerdonek2012-01-181-7/+10
* Created _parse_section() method.Chris Jerdonek2012-01-181-10/+16
* Changed Parser.parse() to read from the matches dictionary earlier.Chris Jerdonek2012-01-181-37/+38
* Created a parser module.Chris Jerdonek2012-01-181-0/+182