LordOfTrident / tokiscript

A simple scripting language in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A simple scripting language in C

License:GNU General Public License v3.0


Languages

Language:C 100.0%