pharo-vm
pharo-vm copied to clipboard
Slang checks in the image
Should be nice to have some checks in Slang to be (a bit) sure that the generated C code will compile.
Some ideas:
- [ ] #598
- [ ] #605
- [ ] Check Struct types classes declared as
ancilliaryClasses
- [ ] Type inference for errors detection
- [ ] Check the use of
inline
pragmas -> redundant? working?