No description
Find a file
2026-04-13 18:40:04 -06:00
examples refactor: make room for loading and outputting pre-compiled files 2026-04-13 18:40:04 -06:00
include refactor: make room for loading and outputting pre-compiled files 2026-04-13 18:40:04 -06:00
src refactor: make room for loading and outputting pre-compiled files 2026-04-13 18:40:04 -06:00
.gitignore feat: improved parsing and regression test suite 2026-02-27 18:25:13 -07:00
build.zig feat: part of the story api exposed via c bindings 2026-04-13 12:10:01 -06:00
build.zig.zon chore: remove zig init barf from build.zig.zon 2026-04-03 12:58:24 -06:00
README.md chore: add brief readme 2026-04-13 06:34:48 -06:00

Ink

An experimental, high-performance alternative to Inkle's C# compiler and runtime.

High-level Goals

  • Create the fastest possible implementation of Ink
  • Eliminate edge-cases that could cause confusion or performance penalties, found within the Inkle implementation of Ink
  • Support as much of the language as possible, with some quality-of-life improvements

Unsupported Features (Planned for near future)

  • Tags
  • Tunnels
  • Lists
  • Sequences