What did I do this week?
This week, I implemented a SymEngineQueue structure to handle the chaining of symbolic operators and executing print statements without assignment statements. I worked on a pull request that introduced the SymEngineQueue structure and got it reviewed and merged. A detailed description of my work can be found in my personal blog Week 6
What will I be doing the next week ?
In the next week, my plans are to get the current pull request reviewed and merged. I also aim to introduce a couple of elementary functions like abs and sin. Additionally, I may start adding some support through the LLVM backend.
Did I get stuck somewhere ?
Fortunately, I did not encounter any significant challenges or roadblocks during the week. My progress was smooth, and I was able to accomplish the planned tasks without major difficulties