afscrome / IronVelocity

A wrapper around NVelocity (a port of Apache Velocity) using the DLR to provide higher performance template execution.
MIT License
6 stars 1 forks source link

Literal Syntax #33

Closed afscrome closed 9 years ago

afscrome commented 9 years ago

Allow for the definition of #[[...]] which allows the specification of text that is not parsed, and treated verbatim. #[[This is not parsed $(, and so won't produce parser errors, even if it is syntaticly invalid]]