Hacker News new | ask | show | jobs
by IshKebab 1 day ago
I'd love to see Asciidoctor vibe-ported to Rust! Have either of these people detailed their methodology & costs?
1 comments

I think there's a few Rust ones knocking around, some LLM-assisted. I've recently had Claude re-implement the inline parser (https://github.com/oxidecomputer/react-asciidoc) using our large corpus (600+) of AsciiDoc documents

Had it convert it in this and the stock version, compare the output, fix and repeat.