Thanks to visit codestin.com
Credit goes to github.com

Skip to content

joydeep2001/visualCompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

131 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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..

About

Code simulation based project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published