From: "Carlos Maniero" <carlos@maniero.me>
To: "Johnny Richard" <johnny@johnnyrichard.com>,
<~johnnyrichard/olang-devel@lists.sr.ht>
Subject: Re: [PATCH olang v1 0/3] implement unary operator for bitwise not
Date: Wed, 09 Oct 2024 23:00:53 +0000 (UTC) [thread overview]
Message-ID: <D4RNDKOXT0KW.1VP1ZLWWHJ6SK@maniero.me> (raw)
In-Reply-To: <20241009213425.412949-1-johnny@johnnyrichard.com>
I loved the number you choose for the not. Great test! And great code!
Applied (I just removed an extra space)
To git.sr.ht:~johnnyrichard/olang
02149b6..d45df92 main -> main
---->8----
Subject: [PATCH olang] fixup! parser: codegen(x86_64): add bitwise not unary
op support
---
tests/olc/0033_unary_operator_bitwise_not.ol | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/olc/0033_unary_operator_bitwise_not.ol b/tests/olc/0033_unary_operator_bitwise_not.ol
index 7a9f59d..65b826c 100644
--- a/tests/olc/0033_unary_operator_bitwise_not.ol
+++ b/tests/olc/0033_unary_operator_bitwise_not.ol
@@ -36,4 +36,3 @@ fn main(): u32 {
# `-Unary_Operation (~)
# `-Reference <name:e>
# END
-
--
2.46.0
prev parent reply other threads:[~2024-10-09 23:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-09 21:18 Johnny Richard
2024-10-09 21:18 ` [PATCH olang v1 1/3] doc: add unary expression to language spec Johnny Richard
2024-10-09 21:18 ` [PATCH olang v1 2/3] lexer: add tilde token support Johnny Richard
2024-10-09 21:18 ` [PATCH olang v1 3/3] parser: codegen(x86_64): add bitwise not unary op support Johnny Richard
2024-10-09 19:35 ` [olang/patches/.build.yml] build success builds.sr.ht
2024-10-09 23:00 ` Carlos Maniero [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=D4RNDKOXT0KW.1VP1ZLWWHJ6SK@maniero.me \
--to=carlos@maniero.me \
--cc=johnny@johnnyrichard.com \
--cc=~johnnyrichard/olang-devel@lists.sr.ht \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.johnnyrichard.com/olang.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox