From b74b9a8ef45137611e53e779d932d9d222e8eb35 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 19 Aug 2021 18:49:25 +0000 Subject: added symbol struct and memory management --- miniany/REQUIREMENTS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'miniany/REQUIREMENTS') diff --git a/miniany/REQUIREMENTS b/miniany/REQUIREMENTS index 9274af4..9cf810d 100644 --- a/miniany/REQUIREMENTS +++ b/miniany/REQUIREMENTS @@ -44,4 +44,7 @@ not implementing: a constant expression. It also seperates syntactical stuff like '[' from logical stuff like 'declaration of array size' and 'derefencing a pointer'. - +- void * allowing to omit (char *) from and to for instance structs + in dynamic memory management +- typedefs are just syntactic sugar, I use them mostly for 'struct T' -> 'T' + -- cgit v1.2.3-54-g00ecf