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

Parser/Lexer naming style #36

Closed afscrome closed 9 years ago

afscrome commented 9 years ago

Updated the style used in the Antlr4 grammar files. Tokens are now ProperCase, and parser rules are camelCase.