This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
Explore C interop with Kotlin/Native for sharing a common markdown parser #30
Labels
help wanted
Extra attention is needed
Press currently delegates parsing of markdown to platforms using
expect/actual
, but managing the expected class signature of parsed nodes is a pain right now. The K/N community is new so there isn't any markdown parser written in kotlin, but there are sufficient libraries written in C that Press can leverage through C interop with K/N: https://kotlinlang.org/docs/reference/native/c_interop.htmlWe could use cmark: https://github.com/commonmark/cmark
The text was updated successfully, but these errors were encountered: