adam-mcdaniel / sage

A programming language that's wise beyond its bytes!🌱🌿🪴
https://adam-mcdaniel.net/sage-website
MIT License
414 stars 15 forks source link

WIP: Tagged Unions #35

Closed adam-mcdaniel closed 1 year ago

adam-mcdaniel commented 1 year ago

Implemented tagged unions + pattern matching over algebraic types. Cleaning up the code before merging.

adam-mcdaniel commented 1 year ago

TODO: remove the hacks to simplify the matched type in pattern.rs