From 0d69984338399a78a3ba6f3a2493f1ffb34964f8 Mon Sep 17 00:00:00 2001 From: bd Date: Sat, 4 Jan 2025 22:43:31 -0700 Subject: Modify parser to handle unary operators --- README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.org') 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 -- cgit v1.2.3