I fixed some minor bugs and made it easier to use for users!
Log in to leave a comment
I fixed some minor bugs and made it easier to use for users!
Log in to leave a comment
I built a lightweight and user friendly command interpreter designed to parse and execute custom commands efficiently. It supports flexible input handling, dynamic command registration, and provides clear feedback, making it great for automating tasks or creating interactive command-line applications
I have finally finished the project! It works perfectly and exactly as intended!!
Log in to leave a comment
I have added some more edge cases and it is now able to decode more images!
Log in to leave a comment
I finished the Initialization portion of the project. You can upload an image like the one below and it will identify the space needed to store the image. Then it will dynamically allocate storage in memory to store it.
Log in to leave a comment
Right now, I am working on “lexing” the data. This is converting our basic high-level text code to tokens, which will then be converted to commands. Afterwards, I will “parse” the data, meaning convert the tokens into commands.
Log in to leave a comment