Skip to content
/ VICER Public
forked from bdfhjk/VICER

Visual C Interpreter - view your C code's data structures step by step!

Notifications You must be signed in to change notification settings

chaser92/VICER

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Status

Build Status

The VIPER project.

Deployment

  1. Install Node.js in newest version (actual procedure depends on your system).

  2. Install grunt CLI:

    npm install -g grunt-cli
    
  3. Clone the project:

    git clone https://github.com/bdfhjk/VIPER
    
  4. Go to the project root:

    cd VIPER
    
  5. Install dependencies:

    npm install
    
  6. Run project:

    grunt
    

If all is OK, VIPER server will be listening on port 3000.

About

Visual C Interpreter - view your C code's data structures step by step!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.4%
  • TeX 18.5%
  • C 3.3%
  • HTML 1.2%
  • CSS 0.6%