diff options
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -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 |