Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 195 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 195 Bytes

Dartox

A Dart port of the Lox interpreter.

Features

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