From c2bc809ca97bdebc8c70dd58a1c282c475a88557 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 27 Sep 2021 19:34:16 +0200 Subject: cc: added boolean expressions --- miniany/REQUIREMENTS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'miniany/REQUIREMENTS') 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? -- cgit v1.2.3-54-g00ecf