kivikakk / koino

CommonMark + GFM compatible Markdown parser and renderer
https://hrzn.ee/kivikakk/koino
MIT License
118 stars 13 forks source link

Replace libpcre.zig with native matching #15

Open kivikakk opened 4 years ago

kivikakk commented 4 years ago

We could try reproducing a PEG parser generator like pest, add Zig output to re2c, or write manual scanners.