elikaski
elikaski
There are several ways to use enums, I don't mind which one we choose as long as it works 😄
This is wonderful, I'll review it when I have the time :)
That's a good idea But I fear it will be a nightmare to implement 😢 In the meantime, what do you say about making the interpreter have 16-bit mode? Something...
We don't have signed numbers
0-1 is 255 It is possible to support unary minus sign syntax-wise, but then we would have (-1 == 255) evaluate to true and so on I don't know if...
> @elikaski Would you be able to review the current revision? Of course I'm currently busy with the switch-case, so after that :) But if you're blocked and can't advance...
> @elikaski I probably need help with `Accessing structs in structs`. Since that would require a rewrite of the way the `.field` is represented by the compiler. It should also...
> @elikaski Do you know how to update a branch so that it contains the new stuff from master? Would the correct way be to make a pull request that...
You can also "git pull" and a merge commit will be created. That will work too Or we could keep this branch separated and merge it with master when it's...
I merged and made a pull request (not sure that was necessary) Let me know if it helps