A re-implementation of YellowAfterLife's Tiny Expression Runtime written in Go
- Identifiers are currently unimplemented. The Reference Implementation achieves this by exposing the underlying GM variable environment, so this would likely need to be implemented from scratch, which I may do at some point in the future
- Option to show/hide debug output
- Expand the implementation to cover Part 2