diff options
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 |