mirror of
https://github.com/richardharrington/robotwar.git
synced 2024-10-31 20:09:53 +00:00
6 lines
334 B
Plaintext
6 lines
334 B
Plaintext
|
issues:
|
||
|
|
||
|
1) better error-reporting. Start with pattern-matching on the instruction list to make sure everything is valid (i.e. that comparison operators have values after them, that 'if' statements are followed by comparisons, etc.
|
||
|
|
||
|
4) disallow recursion (if the stack already contains a pointer, do not allow it to be pushed again).
|