summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Only support implicit tuples in variable expressionsGH-1194-formal-grammarKevin Brown2020-05-162-13/+26
* Switch to parameterizing api testsKevin Brown2020-05-161-15/+12
* Properly handle implicit tuplesKevin Brown2020-05-162-25/+21
* Add proper parsing for {% for %} parametersKevin Brown2020-05-161-26/+62
* Raise expected syntax errors on bad callsKevin Brown2020-05-161-2/+8
* Properly handle signed variablesKevin Brown2020-05-162-1/+18
* Switch some tests to be parameterizedKevin Brown2020-05-162-24/+35
* Require at least one space between line block parametersKevin Brown2020-05-151-1/+1
* Do not require a newline before line statementsKevin Brown2020-05-151-1/+1
* Implement proper line block closing logicKevin Brown2020-05-151-2/+8
* Properly split up line blocks from line block pairsKevin Brown2020-05-151-2/+12
* Allow assignment values to be complex expressionsKevin Brown2020-05-151-1/+1
* Fix print blockKevin Brown2020-05-151-1/+1
* Add line block pair checkingKevin Brown2020-05-151-0/+3
* Fix parsing math1 expressions in comparisonsKevin Brown2020-05-152-7/+21
* Fix parsing of the {% from %} blockKevin Brown2020-05-151-8/+29
* Fix grammar parsing for block separatorsKevin Brown2020-05-151-3/+7
* Fix "not" expressions consuming variable starting with notKevin Brown2020-05-151-1/+1
* Add support for dot accessors to be numbersKevin Brown2020-05-152-3/+7
* Add support for the filter blockKevin Brown2020-05-151-0/+46
* Add support for negative numbersKevin Brown2020-05-151-3/+8
* Allow symbols to be overwritten by the environmentKevin Brown2020-05-153-18/+119
* Support chained comparisons in parserKevin Brown2020-05-152-7/+25
* Add support for complex math expressions with +/-Kevin Brown2020-05-141-1/+1
* Fix broken arguments for call blocksKevin Brown2020-05-141-3/+4
* Support for dyanamic args and kwargs in callsKevin Brown2020-05-142-0/+29
* Fix call argument parsingKevin Brown2020-05-141-1/+3
* Add undocumented print block supportKevin Brown2020-05-141-0/+8
* Support variables in listsKevin Brown2020-05-142-2/+2
* Fix whitespace handling on blocksKevin Brown2020-05-141-6/+6
* Handle undocumented whitespace parsing in variablesKevin Brown2020-05-141-2/+4
* Parse test variable as conditional expressionKevin Brown2020-05-142-2/+2
* Fix handling of tests which check constantsKevin Brown2020-05-141-0/+8
* Fix parsing of the ** operatorKevin Brown2020-05-142-1/+2
* Fix blank iterables not parsing correctlyKevin Brown2020-05-141-0/+10
* Add support for math expressions to grammar/parserKevin2020-05-142-3/+60
* Tuples must contain a commaKevin2020-05-142-4/+13
* Test function single parameter should a variableKevin2020-05-142-2/+2
* Fix parsing of filters to allow chained callsKevin2020-05-132-13/+26
* Properly set environment on parsed templateKevin2020-05-131-1/+6
* Support filters being call chainedKevin2020-05-131-7/+2
* Switch testing to use jinja internalsKevin2020-05-133-135/+8
* Swap out the old parser with the new oneKevin2020-05-132-2/+22
* Add TatSu as a depdendencyKevin2020-05-131-1/+1
* Move semantics object into new_parserKevin2020-05-132-12/+12
* Moved new_parser into jinja packageKevin2020-05-131-1/+1
* Remove empty extra filesKevin2020-05-132-0/+0
* Add support for test function argumentsKevin2020-05-132-2/+15
* Add support for scoped blocksKevin2020-05-132-0/+6
* Add support for tests in `{% for %}`Kevin2020-05-132-1/+8