Weekly check-in #5
RobertoRosmaninho
Published: 07/06/2021
What did I do this week?
This week I focused on implementing comparison and logic operators like BitAnd, BitOr, And, Or, Eq, Neq, GT, LT, GTE, and LTE. These features were previously set to be implemented at weeks #6 and #7, but it was necessary right now due to its use in conditional operations.
What is coming up?
The next week I'll continue the implementation of conditional branches with Switch Case. Also, I'll implement the support for the Call Function operation.
Did I get stuck anywhere?
Yes! As a consequence of the operation that I'm using to test the support for IfThenElse, I got stuck on Allocate and Assign implementation.