B Language Support for VS Code
This extension adds syntax highlighting and a run command for .bi files written in Tsoding's B language.
Features
.bi file recognition
- Syntax highlighting for keywords, comments, and functions
- Run B programs using the
bi.py interpreter
- Basic sample programs included
Usage
- Open a
.bi file in VS Code.
- Right-click and choose Run B Script.
- Output appears in the VS Code terminal.
Example Programs
example1.bi
Prints all command-line arguments one per line.
example2.bi
Adds two integer arguments and prints the result.
License
MIT
| |