Akuli / jou

Yet another programming language
MIT License
11 stars 4 forks source link

32-bit support #304

Open Akuli opened 1 year ago

Akuli commented 1 year ago

Jou does not have a size_t or usize type that would be 32-bit on some systems and 64-bit in others. This means that Tuomas can't use Jou on his raspberry pi. We experimented a bit, and apart from this problem, we got everything to work.