charly-vm icon indicating copy to clipboard operation
charly-vm copied to clipboard

Implement builtin classes for common VM exceptions and VM created types

Open KCreate opened this issue 3 years ago • 4 comments

KCreate avatar Apr 04 '22 23:04 KCreate

This is easier if you define them mostly in Charly itself

tekknolagi avatar Apr 04 '22 23:04 tekknolagi

And insert a check at startup to assert the correct assumed layout?

KCreate avatar Apr 05 '22 00:04 KCreate

Oh, we had layouts in C++ but the method stubs (and sometimes definitions) in managed (Python) code

tekknolagi avatar Apr 05 '22 00:04 tekknolagi

Although, really, nothing is stopping you from making the layout system in Charly itself

tekknolagi avatar Apr 05 '22 00:04 tekknolagi