diff options
author | bd <bdunahu@operationnull.com> | 2024-12-28 12:44:07 -0700 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-12-28 12:47:56 -0700 |
commit | babe9f9d0e84daec1015d7593a9d6c6d480662b8 (patch) | |
tree | 1314d8803b4fa564e06c58444e3524e688c4f204 /README.org | |
parent | 11ecac1d0686d5ed75b73eee0c860d7d67f6d6f0 (diff) |
Assembly generation for trivial programs
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 |