GoCode Home - Owen2k6/GoOS GitHub Wiki

GoCode — Home

GoCode is a lightweight, line‑oriented interpreter for GoOS. It reads a plain text script (one instruction per line), uses tabs for block scoping, and exposes quick primitives for:

  • Simple variables (strings, integers, booleans)
  • Console I/O (print/println/input)
  • Windows & Buttons (basic UI via GoOS Window/Button)
  • Control flow (if, goto, sleep, stop/pause)
  • Persistence (save/load per‑app variables)

This wiki documents the behaviour of the current interpreter implementation found in GoOS.GoCode.Interpreter.

⚠️ **GitHub.com Fallback** ⚠️