]> git.ipfire.org Git - thirdparty/jinja.git/commit
Simplify variable values in grammars
authorKevin <kevin@kevin-brown.com>
Tue, 12 May 2020 01:11:32 +0000 (21:11 -0400)
committerKevin <kevin@kevin-brown.com>
Tue, 12 May 2020 01:11:32 +0000 (21:11 -0400)
commit983f4805328752c7fd028e9e5ea2a82de740897f
tree682bc71c222d1ebd492c7069f3d7bead4911f8ab
parent83665a17069fa165c83a0578baf8ec984fbe898c
Simplify variable values in grammars

Now that variable identifers are able to be used as conditional
expressions, we can just specify that variable expressions in the
grammar are looking for a conditional expression as the name of the
variable.
grammar.ebnf