diff options
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 |