tekknolagi / scrapscript

A functional, content-addressable programming language.
https://scrapscript.fly.dev/repl
Other
376 stars 10 forks source link

Partially revert 1ea5177819d5310bf7cc222c1b7366a0104579c1 #130

Closed tekknolagi closed 5 months ago

tekknolagi commented 5 months ago

Turns out that enums are signed and there's no way to make them unsigned (until C23, maybe?) and the signed/not-signed comparisons are a bad idea.