]> git.ipfire.org Git - thirdparty/jinja.git/commit
Initial version of the ANTLR grammar
authorKevin <github@kevin-brown.com>
Tue, 21 May 2024 16:09:27 +0000 (12:09 -0400)
committerKevin <github@kevin-brown.com>
Tue, 21 May 2024 16:09:27 +0000 (12:09 -0400)
commit04588e2e1c11d4a100206807d19289957ac6a0a7
tree819ee5ded72c42748a7d57c3bf3b77a1e5382450
parent8710cabd4fc58e38d1a83da3ed2d07e861d8bcdd
Initial version of the ANTLR grammar

Specifically using ANTLR because it aligns very well with the standard
grammars out there and has a lot better tooling for validating the
grammars and lexers themselves.
.gitignore
grammar/JinjaGrammar.g4 [new file with mode: 0644]
grammar/JinjaLexer.g4 [new file with mode: 0644]