Skip to content

Tooling

Documentation for the tools around the Bynk compiler. If you just want editor support, the how-to Set up editor support is the quickest path; the pages here are the reference for each tool.

ToolBinary / packagePurpose
bynk-fmtbynkc fmtThe canonical source formatter.
bynk-lspbynkc-lspThe language server (diagnostics, hover, go-to-definition, formatting).
tree-sitter-bynkThe grammar used for highlighting and structural tooling.
vscode-bynkVS Code extensionEditor integration built on bynkc-lsp.

All are built from the same repository as the compiler, so they track the language version for version (currently v0.113).