paladin-t/my_basic

Spaces on certain keywords?

blazer2k1 opened this issue · 3 comments

Is there a way to modify and use keywords with spaces, like:

END DEF instead of ENDDEF or END CLASS instead of ENDCLASS

It's a bit difficult to do it that way, because it requires changing a lot of the parser and tokenizer.

got it, but where to start? or perhaps consider this as future enhancement?

It would be nice to really have the standard BASIC convention..

Def Hello(string$)
  ...
End Def
If a > b
...
ElseIf
...
End If