|
Forum Index : Microcontroller and PC projects : syntax checker modfies comments
| Author | Message | ||||
| andreas Senior Member Joined: 07/12/2020 Location: GermanyPosts: 226 |
Hello, if I write this program into the editor: ' from a => b and I save this, then I get after reopening the code this: ' from a >= b So the syntax checker "corrects" my comments, but everything written after a comment ' should be unchanged, isn't it? WebMite MMBasic RP2350A Edition V6.00.01RC1 -andreas Edited 2024-12-05 04:18 by andreas |
||||
| twofingers Guru Joined: 02/06/2014 Location: GermanyPosts: 1769 |
There are more: ' a$=MM.INFO$(flash) /* 0 = 1 a$=MM.INFO$(flash) */ maybe we'll find even more. But I think Peter knows the phenomenon, so don't get excited. If we had a list of more examples we could evaluate whether there is a problem. Kind regards Michael ‚My name is Ozymandias, king of kings Look on my works, ye Mighty, and despair!‘ Nothing beside remains. Round the decay Of that colossal wreck, boundless and bare The lone and ... |
||||
| matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 11818 |
Can probably fix it |
||||
| Geoffg Guru Joined: 06/06/2011 Location: AustraliaPosts: 3366 |
This is strange, it looks as if the conversion from => to >= is being done in the preprocessor before it realises that it is a comment. Geoff Edited 2024-12-05 13:26 by Geoffg Geoff Graham - http://geoffg.net |
||||
| matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 11818 |
It is, have fixed in my dev version including in multi-line and REM statements Edited 2024-12-05 18:26 by matherp |
||||
| andreas Senior Member Joined: 07/12/2020 Location: GermanyPosts: 226 |
How do you manage it to read all these many postings and be productive in programming at the same time? many thanks! -andreas |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2026 |