From 105f266e31fae18c70ade51d1378584ba547650b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 5 May 2022 20:36:28 +0200 Subject: notes about short-citcuting logic in boolean expression small bugfixes in documentation --- miniany/README.html | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'miniany/README.html') diff --git a/miniany/README.html b/miniany/README.html index c40d9f8..a736885 100644 --- a/miniany/README.html +++ b/miniany/README.html @@ -182,7 +182,7 @@ cat c4.c4 EOF c4.c EOF cc.c EOF hello.c | ./c4

Requirements

Alternative:

@@ -261,7 +261,13 @@ cat c4.c4 EOF c4.c EOF cc.c EOF hello.c | ./c4

Implementation status: no

Reasoning:

+

Short-circuit conditions

+

Implementations status: yes

+

Reasoning:

+

Return statement

Implemention status: yes, but..

@@ -269,7 +275,8 @@ cat c4.c4 EOF c4.c EOF cc.c EOF hello.c | ./c4

Register Allocation

Implementation status: yes

@@ -277,6 +284,10 @@ cat c4.c4 EOF c4.c EOF cc.c EOF hello.c | ./c4 +

Counter arguments:

+

Abstract Syntax Trees

Implementation status: yes

Reasoning:

-- cgit v1.2.3-54-g00ecf