Closed mcvde closed 1 year ago
1) should be really easy to implement; I think I just missed '_' when looking at legal chars in variable names.
2) is a good idea. I already have something like this for assembly and GPL, so again I can do something similar for BASIC. You'll have to mark these local variables somehow, since subprograms can also access global variables, and xbas99 needs to know which one is which.
Cool, I'm glad #1 is just a simple miss. On #2, without knowing the code, even something simple such as first character must be '_' to be local would be fine to me.
First char must be %, which is otherwise not legal in a label name.
Excellent. Is there a length limit to the label names?
No, there isn't.
I've just pushed a new version of xbas99.py to the xdt99 repository. Please see this file for a description of the new features.
If everything is OK, I'll make a new release on the weekend.
Awesome. I look forward to trying out the new features. Hopefully can do so over the weekend.
This is a feature request.