antlr / stringtemplate4

StringTemplate 4
http://www.stringtemplate.org
Other
955 stars 231 forks source link

Parameterize `StringRenderer` to `CharSequence`. #247

Closed twwwt closed 4 years ago

twwwt commented 4 years ago

Now that AttributeRenderer is generic, StringRenderer should be parameterized for CharSequence rather than Object.

Clashsoft commented 4 years ago

Please read #241 for an explanation why this is a bad idea.