Browse Source

a construct statement seems like a conncept for generating implementation, not interface.

main
heck 2 years ago
parent
commit
a83f26a818
  1. 13
      README.md

13
README.md

@ -28,14 +28,17 @@ TODO:
* ODR checks for types (global)
* ODR checks for func param names
* ODR checks for struct field names
* method:
* doc
* throws statements
* STATUS enum from throws statements
* new / free functions for struct types
* list implementation
* array support in structs
* struct field 'optional' (for constructor)
* !!!decouple ig-c99 from idl using idl-api
* generate enum STATUS
* generate list implementation

Loading…
Cancel
Save