VBAndCs / sVB-Small-Visual-Basic

Small Visual Basic (sVB) is an educational programming language, created by Eng. Mohammad Hamdy as an evolved version of Microsoft Small Basic (SB). It is meant to be easier and more powerful at the same time, to introduce programming basics to kids and beginners of any age, provided that they can use the English keyboard on the Windows OS.
Other
233 stars 16 forks source link

Cool project #5

Closed CoolCoderSuper closed 1 year ago

CoolCoderSuper commented 1 year ago

Awesome project anywhere we could help?

VBAndCs commented 1 year ago

Welcome @CoolCoderSuper. Thank you for your appreciation. I see you have expertise in the IDE area, so it would be helpful if you can add collapsible blocks support to the text editor. I may also add debugging features to the compiler, so, this will need some support from the editor like adding a debugging marker at the margin (I am not sure whether the Avalone text editor already supports this or not). But be carefull because there are no tests for this project. Currently, I am writing the full sVB reference book and adding unit tests to the sVB Tests project. Once they are complete, others can contribute to the lib and the compiler. Thanks.