Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 548 Bytes

readme.md

File metadata and controls

8 lines (5 loc) · 548 Bytes

smarkdown

Smarkdown is my attempt to write a token based markdown parser that is fully compatible with commonmark. It is written entirely in Rust without any sub-dependancies.

Smarkdown is in no way ready for use. I've open sourced it purely for those who are interested in seeing my progress.

goals

The goal is not to create the most efficient, modular or the best markdown parser in anyway. It is an exploration of token based language parsing with which I am trying to also meet the CommonMark Spec.