sviperll / static-mustache

Template engine for java with statically checked and compiled templates. Compilation is performed alone with java sources.
BSD 3-Clause "New" or "Revised" License
28 stars 4 forks source link

Determine which types should be interpreted as False Values, Non-False Values, Empty Lists, Non-Empty Lists and Lambdas according to Mustache Section specification. #2

Closed ylepikhov closed 9 years ago

ylepikhov commented 9 years ago

See spec.

sviperll commented 9 years ago

I'll consider this to be duplicate of #4