summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2024-12-30 18:25:43 -0700
committerbd <bdunahu@operationnull.com>2024-12-30 18:25:43 -0700
commit5fdd83ac19e2c5ab315f3a9f8b7aa97c79c46e42 (patch)
tree8b2419f6d7221614d5832c0dbed56cf3e63d6568 /README.org
parentbabe9f9d0e84daec1015d7593a9d6c6d480662b8 (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.org6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.org b/README.org
index 650f6a4..d79da6a 100644
--- a/README.org
+++ b/README.org
@@ -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