/tokiscript

A simple scripting language in C

Primary LanguageCGNU General Public License v3.0GPL-3.0

tokiscript

A simple scripting language in C

License Issues GitHub pull requests

Warning

This is a very very slow language, because while making it i did not care about performance or good code. I just wanted to get it working to test stuff and play around.

A simple dynamically typed interpreted language i decided to write in C for fun and practice.

Clone this repo with

$ git clone --recurse-submodules https://github.com/LordOfTrident/tokiscript

Table of contents

Quickstart

$ cc build.c -o build
$ ./build
$ ./build install
$ tokiscript tests/hello_world.toki

See build usage with ./build -h

TODO

See todo.md

Documentation

Coming soon

Editors

Syntax highlighting configs for text editors are in the ./editors folder

Bugs

If you find any bugs, please create an issue and report them.