Using a parse transform and erl_id_trans.erl to convert erlang code to HTML with spans for everything.
I'm only testing it with Erlang 20
- make
- ./run
- cat html_header my/source/file.html html_footer > my_file.html
make tests
This project started when I started writing a tutorial on Erlang and was hand-formatting Erlang as HTML. I got curious about using parse transforms to turn Erlang into HTML.
I have no idea what I need to do license-wise but since I'm copying erl_id_trans.erl from the Erlang example code I'm using the Erlang Public License.