Viewing profile — bandysc
bandysc
HN member- Joined
- Tue, Nov 12, 2024, 12:15 AM UTC
- HN karma
- 27
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About bandysc
No profile information was provided.
Recent public activity
-
comment
Comment #42145226
Antlr is build with Java so in order to build the grammar, it needs to either use system java or download one. I don't know any better alternative to Antlr. Of course I could manua…
-
comment
Comment #42145219
I don't know any better alternative than ANTLR for grammar generation, this is unfortunately written in Java, so there is not a good way to avoid it. I mean, I could manually gener…
-
comment
Comment #42145207
Syntax Highlighting actually is there, it was added after the gif was recorded (you can see that on the web version), autocomplete, hmm, maybe later? :) VB6 language is limited as …
-
comment
Comment #42145194
Actually, in Avalonia accelerator char is an underscore _, but I just pushed an update to support & as well :) Save actually works! On Desktop tho, what is more it is format compat…
-
comment
Comment #42111799
Syntax Errors reporting was missing indeed, but I just added it now and it would show a message box (while you write the code)
-
comment
Comment #42111685
Hey, author here, I didn't implement all the properties and events, i.e. the Click event on labels was missing. Updated the website with all the basic events.
-
comment
Comment #42111680
Hey, author here, only a subset of VB6 language is implemented, I also didn't implement all properties and events, i.e. the Click event on labels. Updated the website with all basi…
-
comment
Comment #42111664
Hey, author here, I built everything from scratch. It supports only a subset of VB6 so it wasn't difficult or long. I wrote an interpreter for VB6 code
-
comment
Comment #42111658
It runs on Mac and Linux! https://github.com/BAndysc/AvaloniaVisualBasic6 It even supports dotnet's NativeAOT, meaning you can get a native x64/arm64 binary!
-
comment
Comment #42111649
I didn't add a handler for the click event for labels, fixed now :))
-
comment
Comment #42111631
Author of the demo and library here, thank you for kind words, this was my goal to achieve almost pixel perfect recreation of the original GUI (which is sometimes not very easy as …