bkiers / Liqp

An ANTLR based 'Liquid Template' parser and rendering engine.
MIT License
165 stars 94 forks source link

Support number as object key #210

Closed bkiers closed 3 years ago

bkiers commented 3 years ago

Chains of Identifiers and numbers, like abc.42.foo, are tokenised as three identifiers (and the dots in between them, of course).

This fixes #209