Closed Samyak2 closed 2 years ago
I think everything starts to make sense now and I can imagine the end result. Hopefully I will be able to see it soon!
Is there a basic implementation of the expression evaluator? I would like to see some test case for it.
Is there a basic implementation of the expression evaluator? I would like to see some test case for it.
Not yet. This PR is just for the codegen
The next thing to implement is codegen for select statements. Once that is done, we can merge this PR and I can start working on the executor for Expr
.
Looks good so far. Can't wait to see and play with test cases that actually executes them!
A few more tests for SELECT are remaining.
Done. The reasoning for commenting out some of the IC tests is given here: 85efe9037ded65eb77cef2ecff9e9a16a8668b2e
All done in this PR now @tyt2y3
PR Info
Adds
Fixes
Breaking Changes
Changes