Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 729 Bytes

File metadata and controls

21 lines (12 loc) · 729 Bytes

Visual Compiler (Under Development)

This project is about to create a interactive code simulator. It will help the learners to understand how programs runs under the hood. Like for each statement executation what is changed in the memory or what is inside the call stack etc.

Steps to run the code

1) Clone the repo in your local system. To clone it run the command:

git clone https://github.com/joydeep2001/visualCompiler.git

2) Move inside the visualCompiler directory:

cd visualCompiler

3) Install dependencis. To install the dependencies run:

npm run installDependencies

4)To Run the Application enter the following command:

npm run dev

Now you are ready to go..