Add basic runtime function operations.

This commit is contained in:
2026-09-08 22:34:45 +01:00
parent 0e4422b0c8
commit c325409dd0
4 changed files with 154 additions and 20 deletions
+5
View File
@@ -68,6 +68,11 @@ const static std::vector<std::string> builtins = {
};
const static std::vector<std::string> methods = {
// BEd methods.
"handle",
"register",
"unregister",
// Normal:
"abort",
"at_exit",
"binding",