Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 530 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 530 Bytes

TXR.go

A re-implementation of YellowAfterLife's Tiny Expression Runtime written in Go

Potential Future Work

  • 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