diff options
author | bd <bdunahu@operationnull.com> | 2024-12-30 18:25:43 -0700 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-12-30 18:25:43 -0700 |
commit | 5fdd83ac19e2c5ab315f3a9f8b7aa97c79c46e42 (patch) | |
tree | 8b2419f6d7221614d5832c0dbed56cf3e63d6568 /README.org | |
parent | babe9f9d0e84daec1015d7593a9d6c6d480662b8 (diff) |
Implement assembly emission, allowing execution of trivial programs
Rewrite preprocess to return an input port rather than a temporary file.
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -8,11 +8,13 @@ It is written solely using tools distributed with Guile. ** TODO Important - [ ] Reasonable parser error messages +- [X] Rewrite deprecated temporary file generation method +- [X] Cleanup temp files after process end - [ ] More parenthesis -** TODO Features [0/19] +** TODO Features [1/19] -- [ ] Trivial Programs +- [X] Trivial Programs - [ ] Unary Operators - [ ] Binary Operators - [ ] Logical and Relational Operators |