timothymtorres / ZomboTropolis

A Zombie MMO Rougelike that uses Corona and Lua to function.
9 stars 1 forks source link

Add mustache Lua lib for string manipulation and logging #66

Open timothymtorres opened 5 years ago

timothymtorres commented 5 years ago

Mustache is a Lua library that supports complex string templates. Rather than having to do complex pattern matching or substitution, this library does it for you. I’ll add it at some point later in the future.