crashappsec / libcon4m

Base Compiler and Runtime Support for con4m
Apache License 2.0
0 stars 0 forks source link

More core missing bits added #83

Closed viega closed 2 months ago

viega commented 3 months ago
  1. Fail builds where memcheck finds an error.
  2. Move tests I still need to get working into a 'todo' directory.
  3. Get test cases working that were basic lib tests around FFI calls, currently by adding the extern decls to the test files.
  4. Enum values are done now (have not made enum types work yet).
  5. Floating point values are done now.