summaryrefslogtreecommitdiff
path: root/miniany/README
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-08-20 08:48:14 +0000
committerAndreas Baumann <mail@andreasbaumann.cc>2021-08-20 08:48:14 +0000
commit1a6b63ad270d09ece8a520e64235ba8d8017ed22 (patch)
treef6c30564de52f1e9c5268944c242ab655b825c5f /miniany/README
parentb74b9a8ef45137611e53e779d932d9d222e8eb35 (diff)
downloadcompilertests-1a6b63ad270d09ece8a520e64235ba8d8017ed22.tar.gz
compilertests-1a6b63ad270d09ece8a520e64235ba8d8017ed22.tar.bz2
c4: fixed compiler warnings and using old style block comments
Diffstat (limited to 'miniany/README')
-rw-r--r--miniany/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/miniany/README b/miniany/README
index f22c5f7..fef7bac 100644
--- a/miniany/README
+++ b/miniany/README
@@ -23,6 +23,7 @@ complex things into our own compiler.
* currently integrated:
- switch statement from switch-and-structs, adapted c4 to use switch
statements instead of ifs (as in switch-and-structs)
+ - structures from switch-and-structs
* my own changes:
- constants like EOF, EXIT_SUCCESS, NULL
- standard C block comments along to c++ end of line ones
@@ -30,6 +31,8 @@ complex things into our own compiler.
- do/while loops
- more C functions like isspace, getc, strcmp
- some simplified functions for printing like putstring, putint, putnl
+ - strict C89 conformance, mainly use standard comment blocks, also
+ removed some warnings
# Acknoledgments and references