Welcome to Ubytec Documentation

Universal Byte Code (Ubytec) is a unified bytecode format and runtime designed to β€œwrite once, run anywhere.” Explore the sections below to learn about the language, its architecture, tooling, and getting started guides.

πŸ—‚οΈ Sections

πŸ”§ Tooling & Repos

πŸš€ Quick Start

  1. Clone the ubytec-interpreter repo.
  2. Write a .ubc module in the src folder.
  3. Run the compiler to emit JSON AST or NASM

For detailed instructions, see the individual section pages above.