diff options
-rw-r--r-- | README.org | 6 | ||||
-rwxr-xr-x | ull | 2 |
2 files changed, 5 insertions, 3 deletions
@@ -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 @@ -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) |