From a83f26a8184fa2a995de73d7ff15ffba8fe03aa3 Mon Sep 17 00:00:00 2001 From: heck Date: Thu, 22 Jun 2023 11:38:25 +0200 Subject: [PATCH] a construct statement seems like a conncept for generating implementation, not interface. --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2a18547..d94096e 100644 --- a/README.md +++ b/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 + +