jxxcarlson / elm-l0-parser / L0

A Parser for the experimental L0 module. See the app folder to see how it is used. The Render folder in app could have been included with the parser. However, this way users are free to design their own renderer.

Since this package is still experimental (but needed in various test projects). The documentation is skimpy.


type alias AST =
List (Tree Parser.Block.L0BlockE)

parse : String -> AST