Skip to content
Esteban Gomezllata Marmolejo edited this page Nov 9, 2024 · 2 revisions

EarScript User Reference

This Wiki contains information for EarScript users; both the beginner's guide and the documentation. If instead you wish to create an EarScript compiler or machine, this is the link to the specification.

Getting Started: Beginner's Guide

You can try the examples in the Beginner's Guide in Try EarScript online!

Documentation

(Under construction)

  • Token tails
    • Constant Numbers
    • Table references
    • Relative references
    • Label references
  • Token heads
    • Integer operators
    • I/O operators
    • Table manipulation and movement
    • Flow operators
    • Conditional delimiters
    • Loop delimiters
    • Switch delimiters

Implementations

(Under construction)

  • JavaScript
  • GDScript