rtulip / haystack

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

Add type aliasing #135

Open rtulip opened 1 year ago

rtulip commented 1 year ago

Rather than having to constantly redefine various types, it would be nice to be able to do this:

type ConstArr<char>: Str