ariatemplates / hashspace

JavaScript client-side template engine
http://hashspace.ariatemplates.com
Apache License 2.0
14 stars 18 forks source link

refactor: remove _invalidexpression blocks #298

Closed PK1A closed 9 years ago

PK1A commented 9 years ago

Another dead part of the code after migration to the Pratt's expression - we don't need invalid blocks on the compiler level as all the expressions are considered "valid" from the peg point of view - the actual validity check happens when the expression is parsed.