— So it's either called "django templates" or "jinja2", but they are almost identical
— Oh yes, twig appears to be a port of django/jinja templates for PHP
— Made an HTML parser today, in 70 lines
— With a companion lookahead function
— Can you share the link ?
— I'm interested to take a look at that
— It is a LR(k) predictive lookahead parser
— A type of bottom-up shift-reducer