herml icon indicating copy to clipboard operation
herml copied to clipboard

Erlang port of Haml

Results 3 herml issues
Sort by recently updated
recently updated
newest added

I've found Herml (tested on 2942bd1d1b3a9811f3194da237b9b922f6ab7cb8) to hang in parser-generated code on the following template: ``` !!! %html %head %meta[{charset,"utf-8"}]/ ``` Generated parser continued to recursively call itself `herml_scan:string/4` in...

Although it spawns processes, I doubt that herml_manager may be a bottle neck. I propose that a template be compiled to a module in-memory (the module name can be referred...

Hi, nice stuff! However I noticed that it fails to parse some common hamls: %h1 Some title or %p nice %span Chicken Fried