Show HN: Compiler outputs HTML for code display
Category: devtools
Tags: compiler, code-display, html-generation, syntax-highlighting
Score: 5.0/10 (Innovation: 5, Technical: 6, Documentation: 3, Utility: 4)
This project is a compiler that outputs HTML for displaying code, making it easier to embed syntax-highlighted code snippets in web pages. It's interesting because it treats code presentation as a compilation problem rather than relying on client-side JavaScript libraries.
Target audience: backend devs, frontend devs, technical writers
Repository: https://denismarkelov.codeberg.page/crates/
View on Hacker News