chore: add brief readme
This commit is contained in:
parent
874fd61a37
commit
a065e5bf46
1 changed files with 13 additions and 0 deletions
13
README.md
13
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue