Skip to main content

Installation

Bitloops VS Code extension

Steps to add Bitloops VS Code extension

Step 1: Browse for extensions on VS Code

Click on the Extensions icon in the Activity Bar on the side of VS Code or the View: Extensions command (⇧⌘X for macOS, Ctrl+Shift+X for Windows or Linux)

extensions-view-icon

Step 2: Search for Bitloops Language

Type Bitloops Language in the searchbar of extensions marketplace.

Bitloops Language

Step 3: Press Install

Press the Install button.

Bitloops Language v0.0.5

Building from source

This section is optional

Usage

Requirements

  • Node.js (version 16 or later)
  • yarn
  • typescript

Installation of the above requirements

Step 1: Install Node.js

Follow the link: https://nodejs.org/en/download/, download and install the suitable for your platform file.

Step 2: Install npm version 16

npm install 16

or (if nvm is installed)

nvm install 16

Step 3: Install yarn

npm install --global yarn

Step 4: Install typescript

npm install --global typescript

Using Binary

Install bitloops language using binary

MacOS

Apple Silicon (arm64):

<Insert link for arm64>

Intel (intel64):

<Insert link for intel64>

Step 2: Open the pkg and follow the instructions

Linux

TBA

Windows

TBA