calc
calc copied to clipboard
At a first glance, the code below from scan.go seems to be responsible for dealing with it. `tok = s.selectToken('=', token.EQL, token.ASSIGN)` But it seams like it will return token.EQL...
Fixing newline in code. Before, Go was interpreting the \n, I changed it \n so that \n appeared in the outputted .c file. Before this change, the outputted c file...
It is acceptable at this time that runtime div/0 will crash spectacularly but an attempt should be made to detect at least some of them.