]> git.ipfire.org Git - thirdparty/jinja.git/commit
Add concat expression support to grammar and parser
authorKevin <kevin@kevin-brown.com>
Tue, 12 May 2020 01:25:29 +0000 (21:25 -0400)
committerKevin <kevin@kevin-brown.com>
Tue, 12 May 2020 01:25:29 +0000 (21:25 -0400)
commit6c179cf714cbd722dd3e4a883edd500d6a29788a
tree5246cba24083dac3fa67dc5a1bfbd4019b79c61e
parent983f4805328752c7fd028e9e5ea2a82de740897f
Add concat expression support to grammar and parser

This is probably going to be reclassified in the grammar and parser
as something different from the conditional expressions once more
support for math operators is added in.
grammar.ebnf
new_parser.py
test_template.jinja