k0kubun / hamlit

High Performance Haml Implementation
https://rubygems.org/gems/hamlit
Other
981 stars 59 forks source link

Extract StringSplitter to Temple filter #52

Closed k0kubun closed 8 years ago

k0kubun commented 8 years ago

Refactoring with following changes.

Optimize string interpolation recursively

%input{ value: "foo#{ "bar#{ baz }" }" } is optimized recursively