No description
Find a file
2026-04-13 06:34:48 -06:00
src feat: interning formatted strings 2026-04-07 12:36:11 -06:00
.gitignore feat: improved parsing and regression test suite 2026-02-27 18:25:13 -07:00
build.zig fix: add use_llvm to main executable 2026-04-03 16:10:41 -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