My attempt at writing a simple shell application

Posted by naens on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/My-attempt-at-writing-a-simple-shell-application-tp4031822.html

Hello.

This is my attempt at making the project 9.  I decided to write a shell. It can evaluate variables and expressions.

Could you please give me your opinion on the design and the working of the application?

I am a newbie programmer and I would like to learn how I can improve.

Here is the code repository of the shell (it's called MUSH): <github link>.

And this is a youtube video of how it works and what it looks like: <youtube link>.

Thanks.