Skip to content
/ tsuki Public
forked from luno-lang/luno

A small toy language with syntax heavily inspired by Lua.

Notifications You must be signed in to change notification settings

abs0luty/tsuki

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tsuki 🌙

A small toy language with syntax heavily inspired by Lua.

Dreams

  • Sound type system with generics and traits (typeclasses) defined on generics
  • A reasonable and simple module syntax

Building

The bootstrap compiler is written in Ocaml and requires a UNIX environment to build. There is no planned Windows support so do not ask about it please, if you are on Windows use WSL instead.

Provided you have the above you can run the compiler using the following:

dune exec tsuki

About

A small toy language with syntax heavily inspired by Lua.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OCaml 99.0%
  • JavaScript 1.0%