/dartox

A Dart port of the Lox interpreter.

Primary LanguageDart

Dartox

A Dart port of the Lox interpreter.

Features

  • Classes
  • Interfaces
  • Functions, anonymous functions
  • Variables (local, global)
  • Branches and loops (if, while, for)
  • Constructors