From a065e5bf46bc10898375dc2e92e3a22b5c4904b3 Mon Sep 17 00:00:00 2001 From: Brett Broadhurst Date: Mon, 13 Apr 2026 06:34:48 -0600 Subject: [PATCH] chore: add brief readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index e69de29..56e11d6 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,13 @@ +# 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