Show HN: Qasmtools CLI tools for formatting, linting, and highlighting OpenQASM

1 orangekame3 0 7/1/2025, 1:23:42 PM github.com ↗
OpenQASM is a language for quantum computing, but tooling around it is still minimal.

I’ve been building a CLI-first toolchain in Go that includes: - `qasm fmt`: code formatter - `qasm lint`: basic linter - `qasm highlight`: syntax highlighter (ANSI) - `qasm lsp`: language server (VS Code extension) - WASM build for web use

Everything is in Go, and it's a work in progress. Feedback welcome.

GitHub: https://github.com/orangekame3/qasmtools Playground: https://www.orangekame3.net/qasmtools/ VSCode extension: https://marketplace.visualstudio.com/items?itemName=orangeka...

Comments (0)

No comments yet