Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 330 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 330 Bytes

Tsuki (⚠️ WIP ⚠️)

Tsuki is a simple functional programming language that targets WebAssembly bytecode.

Features

  • Expression-based syntax
  • First-class functions
  • Labelled arguments
  • Nice union types

Roadmap

  • Lexing
  • Parsing Ongoing
  • Typechecking Ongoing
  • Codegen
  • Benchmarking