summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-01-04 22:43:31 -0700
committerbd <bdunahu@operationnull.com>2025-01-04 22:43:31 -0700
commit0d69984338399a78a3ba6f3a2493f1ffb34964f8 (patch)
treea0ed32f2d0fb5a9ea8d47a4239425a4c87b26e07 /README.org
parent28116b7a9e77df0476f5dc15369637d508c1bfcb (diff)
Modify parser to handle unary operators
Diffstat (limited to 'README.org')
-rw-r--r--README.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.org b/README.org
index d79da6a..33c5ac4 100644
--- a/README.org
+++ b/README.org
@@ -1,7 +1,7 @@
* General
This compiler was made following the general guidelines provided in /Writing a C Compiler/ by Nora Sandler.
-It is written solely using tools distributed with Guile.
+It is written from scratch solely using tools distributed with Guile.
* Feature Agenda
@@ -16,6 +16,7 @@ It is written solely using tools distributed with Guile.
- [X] Trivial Programs
- [ ] Unary Operators
+ - bitwise complement, negation
- [ ] Binary Operators
- [ ] Logical and Relational Operators
- [ ] Local Variables