Command Interpreter banner

Command Interpreter

3 devlogs
10h 23m 54s

This program will read and execute commands entered by a user or provided by a script. It acts as an interface between the user and the operating system, translating commands into actions like running programs or managing files. This includes comm…

This program will read and execute commands entered by a user or provided by a script. It acts as an interface between the user and the operating system, translating commands into actions like running programs or managing files. This includes command-line shells that process commands line by line.

This project uses AI

I used a little bit of ChatGPT to help me debug. i was facing a few errors so i used that AI to help me understand the problems.

Demo Repository

Loading README...

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

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