charly-vm
charly-vm copied to clipboard
Implement builtin classes for common VM exceptions and VM created types
This is easier if you define them mostly in Charly itself
And insert a check at startup to assert the correct assumed layout?
Oh, we had layouts in C++ but the method stubs (and sometimes definitions) in managed (Python) code
Although, really, nothing is stopping you from making the layout system in Charly itself