diff options
author | bd <bdunahu@operationnull.com> | 2025-01-04 22:43:31 -0700 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-01-04 22:43:31 -0700 |
commit | 0d69984338399a78a3ba6f3a2493f1ffb34964f8 (patch) | |
tree | a0ed32f2d0fb5a9ea8d47a4239425a4c87b26e07 /README.org | |
parent | 28116b7a9e77df0476f5dc15369637d508c1bfcb (diff) |
Modify parser to handle unary operators
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |