From c45f847e6876c04bc3bd829b9c15920c44bad756 Mon Sep 17 00:00:00 2001 From: bd Date: Wed, 29 Jan 2025 23:28:19 -0500 Subject: Update README and version # to reflect binary numbers --- README.org | 6 ++++-- ull | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 49af2a5..5c81b77 100644 --- a/README.org +++ b/README.org @@ -21,8 +21,10 @@ Since this a functional-programing/guile learning project, I utilized flex and b - [X] Trivial Programs - [X] Unary Operators - - bitwise complement, negation -- [ ] Binary Operators + - ~, - +- [-] Binary Operators + - [X] +, -, *, /, % + - [ ] !, &, |, <<, >> - [ ] Logical and Relational Operators - [ ] Local Variables - [ ] If Statements and Conditional Expressions diff --git a/ull b/ull index 7532be9..1cacc89 100755 --- a/ull +++ b/ull @@ -10,7 +10,7 @@ (backend generator driver) (backend emitter driver)) -(define version "v0.1.1") +(define version "v0.1.2") (define (error-with-message message) (display message) -- cgit v1.2.3