Activity

Arnav Jain

I fixed some minor bugs and made it easier to use for users!

Attachment
0
Arnav Jain

Shipped this project!

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

Arnav Jain

I have finally finished the project! It works perfectly and exactly as intended!!

Attachment
0
Arnav Jain

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.

Attachment
0
Arnav Jain

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.

Attachment
0