Skip to main content

Canoscript

Canoscript is a scripting language written in C built on top of the Titanium Virtual Machine. You can find the repository here.

Quick Start

  1. Clone the repository
git clone https://github.com/CobbCoding1/canoscript.git
  1. Navigate to the project directory
cd canoscript
  1. Create a build directory
mkdir build
  1. Run the make command
make
  1. Navigate to the build directory
cd build
  1. Run the executable with any additional flags
./main <flags> <filename