summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
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