Skip to content

gusridd/JS2Moose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS2Moose

JS2Moose is a software that generates the necessary code for the Moose platform (http://www.moosetechnology.org/) to analyse JavaScript code.

It takes a JavaScript code as input and generates an MSE file for future analysis. The MSE especification can be found at http://www.moosetechnology.org/docs/mse

Usage

  1. Download the last stable release from https://github.com/gusridd/JS2Moose/raw/master/releases/JS2Moose.zip

  2. Extract the project with your favourite program. In ubuntu this can be achieved with the command:

unzip JS2Moose.zip -d JS2Moose 
  1. Enter the folder JS2Moose
cd JS2Moose
  1. Open the file index.html with a Web Browser

  2. Paste your JavaScript code into the the left textarea

  3. Click the button labeled "getMSE"

  4. Copy the generated code into a file with .mse extention

  5. Import the file using the Moose software.

Dependencies

This project relies on the esprima JavaScript parser from: https://github.com/ariya/esprima It uses JQuery as the DOM manipulator from: http://jquery.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published