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

Slang checks in the image

Open PalumboN opened this issue 1 year ago • 0 comments

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?

PalumboN avatar May 03 '23 21:05 PalumboN