From cbedb6bd80af27a039b3403ec80e85279857b6e3 Mon Sep 17 00:00:00 2001 From: heck Date: Wed, 21 Jun 2023 20:50:50 +0200 Subject: [PATCH] README: update TODOs --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 313649a..2a18547 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,15 @@ The pEp interface description language TODO: -* ODR checks for types +* ODR checks for types (global) +* ODR checks for func param names +* ODR checks for struct field names * method: * doc * throws statements + +* !!!decouple ig-c99 from idl using idl-api + * generate enum STATUS * generate list implementation