rtulip / haystack

Haystack is a compiled, statically typed, stack-based language with opt-in variable assignment.
MIT License
25 stars 2 forks source link

Print interface #129

Closed rtulip closed 1 year ago

rtulip commented 1 year ago

Adds a basic print interface to the stdlib.

Note: now that interfaces are a thing, the entire stdlib should be rebuilt from the ground up to make use of them