summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
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