Download Bash++
Compiler / Language Server
The compiler and language server are currently in beta and are expected to have bugs.
Please report any bugs you encounter on the issue tracker.
Debian GNU/Linux
Users of Debian-based distributions can install the compiler from the deb.rail5.org repository.
sudo curl -s -o /etc/apt/trusted.gpg.d/rail5-signing-key.gpg "https://deb.rail5.org/rail5-signing-key.gpg"
sudo curl -s -o /etc/apt/sources.list.d/rail5.list "https://deb.rail5.org/rail5.list"
sudo apt update
sudo apt install bpp
Optionally, the language server can then also be installed with:
sudo apt install bpp-lsp
Source
The source for the Bash++ compiler is available on GitHub.
VSCode Extension
The Bash++ extension for Visual Studio Code provides syntax highlighting and optional language server capabilities.
You can download it from GitHub, or install it from the Open VSX Registry or the VSCode Marketplace.