From babe9f9d0e84daec1015d7593a9d6c6d480662b8 Mon Sep 17 00:00:00 2001 From: bd Date: Sat, 28 Dec 2024 12:44:07 -0700 Subject: Assembly generation for trivial programs --- README.org | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index 246940b..650f6a4 100644 --- a/README.org +++ b/README.org @@ -1,12 +1,18 @@ -*** General +* 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. -*** Features +* Feature Agenda -It features a large subset of the C language: +** TODO Important +- [ ] Reasonable parser error messages +- [ ] More parenthesis + +** TODO Features [0/19] + +- [ ] Trivial Programs - [ ] Unary Operators - [ ] Binary Operators - [ ] Logical and Relational Operators -- cgit v1.2.3