KristopherGBaker / Maaku

The Maaku framework provides a Swift wrapper around cmark with the addition of a Swift friendly representation of the AST
MIT License
51 stars 12 forks source link

Add AST manipulations #50

Closed NightFlyer closed 5 years ago

NightFlyer commented 5 years ago

This provides access to methods to manipulate the abstract syntax tree through Maaku, rather than having to use the underlying cmark_node methods from libcmark_gfm.

This addresses issue #45

NightFlyer commented 5 years ago

This doesn't have table stuff specifically added yet. But, I think that it's useful to add this stuff now, and then add the table stuff later.