summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2024-12-28 12:44:07 -0700
committerbd <bdunahu@operationnull.com>2024-12-28 12:47:56 -0700
commitbabe9f9d0e84daec1015d7593a9d6c6d480662b8 (patch)
tree1314d8803b4fa564e06c58444e3524e688c4f204 /README.org
parent11ecac1d0686d5ed75b73eee0c860d7d67f6d6f0 (diff)
Assembly generation for trivial programs
Diffstat (limited to 'README.org')
-rw-r--r--README.org12
1 files changed, 9 insertions, 3 deletions
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