Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 358 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 358 Bytes

ppx_tyxml

A ppx extension providing translation from HTML/SVG to TyXML.

Things to work on

  • Provides useful error information (line and number in first time).
  • Switch to an HTML parser (actually ppx_tyxml use Xmlm)
  • Templating
  • Use compiler error function(actually ppx_tyxml use failwith because of its alpha state)
  • ...

Feel free to contribute !