uli / dragonbasic

Dragon BASIC compiler for Game Boy Advance
Other
42 stars 7 forks source link

Spaces between function names and parameter lists cause 'Expected token? EOL' errors when the original Dragon Basic allowed it. #11

Open supercom32 opened 6 years ago

supercom32 commented 6 years ago

Issue found using the latest version of Dragon Basic under Linux (Commit ID: d2ce042366068083a5fe3089873a22221fffbc26)

Spaces between function names and parameter lists cause 'Expected token? EOL' errors when the original Dragon Basic allows it. Ie: 'Sub myFunction (myParameter)' vs 'Sub myFunction(myParameter)'. This might be as-designed since the new DBC isn't supposed to be 100% compatible, but I thought I'd raise the issue ether way for confirmation and tracking purposes.