diff options
author | bd <bdunahu@operationnull.com> | 2025-01-29 23:28:19 -0500 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-01-29 23:28:19 -0500 |
commit | c45f847e6876c04bc3bd829b9c15920c44bad756 (patch) | |
tree | 4a240b1c81962af5721861cc27f9ace195566f2b /README.org | |
parent | 74f8caa95f6a41a619ce54d193879cb240b9992f (diff) |
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 6 |
1 files changed, 4 insertions, 2 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 |