mikebridge / Liquid.NET

.Net Port of the Liquid template language
MIT License
61 stars 15 forks source link

Rename the types #34

Closed mikebridge closed 9 years ago

mikebridge commented 9 years ago

After reworking the DictionaryValue and ArrayValue types, which subclass IExpressionConstant, they should really be named to correspond more closely with liquid types, e.g. LiquidHash, LiquidCollection, etc.