Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>CatBit LanguageNew to Visual Studio Code? Get it now.
CatBit Language

CatBit Language

CatBit

|
1 install
| (0) | Free
Syntax highlighting for CatBit (.catb) programming language
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Syntax Higlithing for CatBit Programing Language!

The Language Features:

  • ioprint modules and other stuff

Problems :

  • There is NO Public compiler. it is still testing soo please wait untill i develop it!

Examples

Compiler : cblang

File : HelloWorld.catb

/// Cat Bit File Comment!

include "iostd"
ret func main() {
   ioprint "Hello, World!";
}

*File : FunctionCalls.catb*

``` Function Defeniton Program
include "iostd"

ret func Hi() {
   ioprint "Hello!";
}

ret func main() {
   ioprint "I am the first one!";
   Hi(); /// Call Hi
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft