Simple LISP inspired language with toki pona keywords
Go to file
Der Teufel 9b2cdf1f0a Added line numbers to prompt, simple GPA setup in main 2022-01-09 03:56:51 +01:00
src Added line numbers to prompt, simple GPA setup in main 2022-01-09 03:56:51 +01:00
.gitignore Initial commit; 2021-12-30 18:22:02 +01:00
README.md Added a section about name to README 2022-01-02 17:47:11 +01:00
build.zig Changed name to topiku 2021-12-30 20:06:36 +01:00

README.md

topiku

topiku is a simple LISP inspired language with toki pona keywords

Name

The name topiku was created as short form of toki pi kulupu ijo - language of lists, but it was also retroactively expanded into toki epiku - the epic language.

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.