From 5fdd83ac19e2c5ab315f3a9f8b7aa97c79c46e42 Mon Sep 17 00:00:00 2001 From: bd Date: Mon, 30 Dec 2024 18:25:43 -0700 Subject: Implement assembly emission, allowing execution of trivial programs Rewrite preprocess to return an input port rather than a temporary file. --- README.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README.org') 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 -- cgit v1.2.3