No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
added a input textbox to get input for the language
Re deployed it on railway because github was having some http and https issue
Added the craft, call, loopy functions ---> this was the most challenging part and the one with the most errors
Created If else, Oops (errors mangement), Input, and laied out basic structure for the Creating Functions
Added the evalexp and defined some more classes and made it do some maths and handle some variable
After getting suggestions from other hack clubbers I refactored my code and made it in a way thats scaleable. Created classes for everything and added the main Brain which does all the stuff aka Parser and integrated the function worked on previously