CLox
CLox copied to clipboard
Prefix/Postfix Increment/Decrement operator
Hi, I was looking at your repository (beautiful btw) and I noticed that your implementation of the clox interpreter lacks the Prefix/Postfix Increment/Decrement operator, I know that it's just some syntactic sugar and there is definitely something more important to work towards but it's still something cool to add to the language. I tried adding it to my implementation (called luminique) but failed. Do you think you could try implementing it?