summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-01-18 11:40:25 -0700
committerbd <bdunahu@operationnull.com>2025-01-18 11:40:25 -0700
commitb1e901b5ea18eb5b1fc985ae2d44737858afc3e2 (patch)
tree105d2817f5ba2f1b72e6741a196591d6fc00d266 /README.org
parent14b2600bd58b0a4b09c6647c1d78ab7bccd4c1aa (diff)
Complete full translation for unary operators
Diffstat (limited to 'README.org')
-rw-r--r--README.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.org b/README.org
index 33c5ac4..16f12c1 100644
--- a/README.org
+++ b/README.org
@@ -12,10 +12,10 @@ It is written from scratch solely using tools distributed with Guile.
- [X] Cleanup temp files after process end
- [ ] More parenthesis
-** TODO Features [1/19]
+** TODO Features [2/19]
- [X] Trivial Programs
-- [ ] Unary Operators
+- [X] Unary Operators
- bitwise complement, negation
- [ ] Binary Operators
- [ ] Logical and Relational Operators