DylanSp / wheel-lang

A small toy imperative language (with some OOP features) for demonstrating and practicing language design/implementation.
MIT License
14 stars 0 forks source link

Allow compound objects #31

Closed DylanSp closed 4 years ago

DylanSp commented 4 years ago

This will also entail introducing null to the language.

DylanSp commented 4 years ago

Made good progress on the compund-objects branch; need to add support for testing object equality.