]> git.ipfire.org Git - thirdparty/jinja.git/commit
Parse arguments to calls
authorKevin <kevin@kevin-brown.com>
Sun, 10 May 2020 16:54:08 +0000 (12:54 -0400)
committerKevin <kevin@kevin-brown.com>
Sun, 10 May 2020 16:54:08 +0000 (12:54 -0400)
commit1e98d2b19c361722ada5cc269c53edce4c126190
treec5b5ef013c3064359bddef7b2657e9cbfc1f9836
parentd54d93ef2f480bc7609bd35afce9f76dd1ef2b1a
Parse arguments to calls

This can be combined with the logic for parsing arguments to filters
then they both generate the same AST.
new_parser.py