summaryrefslogtreecommitdiff
path: root/miniany/REQUIREMENTS
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-09-27 19:34:16 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-09-27 19:34:16 +0200
commitc2bc809ca97bdebc8c70dd58a1c282c475a88557 (patch)
tree2b9ca1e8e1e0afc3b04a26c4cf3c44dc7187ccb8 /miniany/REQUIREMENTS
parentf3181636d06af22d4828b4256c2a62d025fccb8a (diff)
downloadcompilertests-c2bc809ca97bdebc8c70dd58a1c282c475a88557.tar.gz
compilertests-c2bc809ca97bdebc8c70dd58a1c282c475a88557.tar.bz2
cc: added boolean expressions
Diffstat (limited to 'miniany/REQUIREMENTS')
-rw-r--r--miniany/REQUIREMENTS2
1 files changed, 2 insertions, 0 deletions
diff --git a/miniany/REQUIREMENTS b/miniany/REQUIREMENTS
index 0472c1e..dd10d7e 100644
--- a/miniany/REQUIREMENTS
+++ b/miniany/REQUIREMENTS
@@ -115,5 +115,7 @@ TODO:
the language (no linker, no function calls etc. needed). OTOH we don't want to
have I/O as part of the language later, more be in the standard library.
Inline assembly in the generated code duplicates code with the putint in libc-freestanding.
+- error output is not on stderr, well, are we going to add stdout, stderr now
+ or do we write errors as sort of assembly comments?