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