summaryrefslogtreecommitdiff
path: root/miniany/REQUIREMENTS
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-08-19 18:49:25 +0000
committerAndreas Baumann <mail@andreasbaumann.cc>2021-08-19 18:49:25 +0000
commitb74b9a8ef45137611e53e779d932d9d222e8eb35 (patch)
tree2db882d77318369a0fe63cfbb7ed5a83e4f5c11e /miniany/REQUIREMENTS
parent3f553969451504d020ff90644edd348ffbcd2907 (diff)
downloadcompilertests-b74b9a8ef45137611e53e779d932d9d222e8eb35.tar.gz
compilertests-b74b9a8ef45137611e53e779d932d9d222e8eb35.tar.bz2
added symbol struct and memory management
Diffstat (limited to 'miniany/REQUIREMENTS')
-rw-r--r--miniany/REQUIREMENTS5
1 files changed, 4 insertions, 1 deletions
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'
+