]> git.ipfire.org Git - thirdparty/jinja.git/commit
Add support dictionary literals to grammar
authorKevin <kevin@kevin-brown.com>
Tue, 12 May 2020 00:14:40 +0000 (20:14 -0400)
committerKevin <kevin@kevin-brown.com>
Tue, 12 May 2020 00:14:40 +0000 (20:14 -0400)
commit650eb7372159cbb7b04ab413e9df0b43bdc30bb7
treea8f18ae492491f6101d4697bc750f140b04f3dd9
parent826ad27552a0ce93922cb0b536fe6904101e095b
Add support dictionary literals to grammar

This also allows dictionary values to be variables instead of just
regular identifiers, a change which might be made to other literals
such as lists and tuples in the future as we determine what those
also support.
grammar.ebnf