Info
Version: | 3.4.1.9005 |
Author(s): | Terence Parr, Sam Harwell |
Last Update: | Tuesday, March 20, 2012 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.stringtemplate.org/ |
NuGet Url: | https://www.nuget.org/packages/Antlr3.StringTemplate |
Install
Install-Package Antlr3.StringTemplate
dotnet add package Antlr3.StringTemplate
paket add Antlr3.StringTemplate
Antlr3.StringTemplate Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
The first version was developed for the Java platform and has evolved over the years of it's use on the jGuru.com website. StringTemplate's distinguishing characteristic is that it strictly enforces model-view separation unlike other comparable template engines.
It is particularly good at multi-targeted code generators, multiple site skins, and internationalization/localization.