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

Start creating Wheel stdlib, load stdlib in main #77

Closed DylanSp closed 3 years ago

DylanSp commented 3 years ago

Also add parseNum native function, parseBool stdlib function, make readNum and readBool stdlib functions, implement equality checking on strings.

Fixes #57. Starts work on #35.