Simple LISP inspired language with toki pona keywords
Find a file
2021-12-30 21:01:43 +01:00
src Changed name to topiku 2021-12-30 20:06:36 +01:00
.gitignore Initial commit; 2021-12-30 18:22:02 +01:00
build.zig Changed name to topiku 2021-12-30 20:06:36 +01:00
README.md Created README with build instructions 2021-12-30 21:01:43 +01:00

topiku

topiku is a simple LISP inspired language with toki pona keywords

Building

To build topiku interpreter you need a Zig compiler (works with master) and editline installed.

> git clone https://git.ablecorp.us:443/der-teufel-programming/topiku.git
> cd topiku
> zig build

The executable is then found as zig-out/bin/topiku It is also possible to build and run using zig build run command.