v0.7.0-alpha #86
NateIsStalling
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
[0.7.0-alpha] - 2026-06-06
Adds support for Basic4GL Compiler Library runtime compilation functions, updates language support to Basic4GL 2.6.4, adds VM Viewer for advanced debugging, and a handful of new settings and functions.
All sample programs from the original Basic4GL should now be supported 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉
Added:
GetFunctionByName Sample
Added GetFunctionByName routine to lookup function/subroutine at runtime by name.
This is mainly useful for extracting function pointers from runtime compiled code.
Function/Sub Pointer Sample
Now with function/sub pointers you can take the address of a function/sub, assign it to a variable, pass it to another function, or call it.
Fixed Issues:
Full Changelog: v0.6.0-alpha...v0.7.0-alpha
This discussion was created from the release v0.7.0-alpha.
Beta Was this translation helpful? Give feedback.
All reactions