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

Implement module system #69

Closed DylanSp closed 3 years ago

DylanSp commented 3 years ago

Fixes #42 .

DylanSp commented 3 years ago

Add more tests for evaluator to fix gaps in coverage.