]> git.ipfire.org Git - thirdparty/jinja.git/commit
Initial OHM grammar for extends tag
authorKevin <github@kevin-brown.com>
Wed, 22 May 2024 15:25:40 +0000 (11:25 -0400)
committerKevin <github@kevin-brown.com>
Wed, 22 May 2024 15:25:40 +0000 (11:25 -0400)
commit72ab9b5015d54b3cf23e4b7e08580c756fefed22
treeb54927da8051204f3635b408a16317b75ca69325
parent8710cabd4fc58e38d1a83da3ed2d07e861d8bcdd
Initial OHM grammar for extends tag

OHM is a PEG-based grammar parser generator which seems to be more
compatible with the Jinja language. We are not making use of their
automatic space handling since in Jinja whitespace is significant.
grammar/jinja.ohm [new file with mode: 0644]