Pull parser in Rust #150
kmaasrud
started this conversation in
Show and tell
Replies: 2 comments
-
Linked that from djot-rs readme! I've run out of steam for djot for the time being, so I'd be more than happy if djr makes djot-rs unnecessary :-) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Exciting! Keep us posted. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, just popping in here to show off a new Djot project I've started. It's a pull parser for Djot, written in Rust.
I have no intentions of challenging @matklad's djot-rs, as this is quite another approach---more focused on pure parsing speed than compatibility with the source code. It is aimed to be more akin to pulldown-cmark, and will not produce an AST.
The library source is hosted on Sourcehut, and I've started a CLI hosted on GitHub.
I'm posting this here in the hopes that someone might have some feedback or contributions. If so, please reach me at the mailing list or below in this discussion. This is a challenge I've never tackled before, so it might not pan out to anything at all, but it is so far a really fun side project!
Beta Was this translation helpful? Give feedback.
All reactions