Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 803 Bytes

File metadata and controls

22 lines (15 loc) · 803 Bytes

Agent Instructions

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):

  1. 01-quick-reference.md - Critical syntax rules (read first)
  2. 12-gotchas.md - Common mistakes that cause compile errors

Additional references as needed:

  • 02-types-memory.md - Types and memory management
  • 03-methods-functions.md - Methods and functions
  • 04-pattern-matching.md - Pattern matching
  • 05-error-handling.md - Error handling
  • 06-concurrency.md - Processes and async
  • 07-data-types.md - Strings, Arrays, Option, Result
  • 18-checklist.md - Code generation verification checklist

Full index: README.md