A simple scripting language in C
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
$ cc build.c -o build
$ ./build
$ ./build install
$ tokiscript tests/hello_world.toki
See build usage with ./build -h
See todo.md
Coming soon
Syntax highlighting configs for text editors are in the ./editors
folder
If you find any bugs, please create an issue and report them.