IMPORTANT: This project is written in Inko. Before writing code, fetch and read the Inko syntax guide.
Base URL: https://raw.githubusercontent.com/jhult/inko-syntax-guide/trunk/
Required reading (fetch these files):
01-quick-reference.md- Critical syntax rules (read first)12-gotchas.md- Common mistakes that cause compile errors
Additional references as needed:
02-types-memory.md- Types and memory management03-methods-functions.md- Methods and functions04-pattern-matching.md- Pattern matching05-error-handling.md- Error handling06-concurrency.md- Processes and async07-data-types.md- Strings, Arrays, Option, Result18-checklist.md- Code generation verification checklist
Full index: README.md