No description
Find a file
2026-04-20 23:02:32 -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 feat: loading precompiled sections, strings/constants/knots 2026-04-20 23:02:32 -06:00
.gitignore feat: improved parsing and regression test suite 2026-02-27 18:25:13 -07:00
build.zig chore: bump zig version to 0.16.0 2026-04-15 13:20:17 -06:00
build.zig.zon chore: bump zig version to 0.16.0 2026-04-15 13:20:17 -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