diff options
author | bd <bdunahu@operationnull.com> | 2025-01-18 11:40:25 -0700 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-01-18 11:40:25 -0700 |
commit | b1e901b5ea18eb5b1fc985ae2d44737858afc3e2 (patch) | |
tree | 105d2817f5ba2f1b72e6741a196591d6fc00d266 /README.org | |
parent | 14b2600bd58b0a4b09c6647c1d78ab7bccd4c1aa (diff) |
Complete full translation for unary operators
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |