Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/756445638/jsInterpreter


https://github.com/756445638/jsInterpreter

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# jsInterpreter

git clone https://github.com/756445638/jsInterpreter

cd jsInterpreter

depends: flex bison make gcc (on fedora execute "dnf(or yum) -y install flex bison make gcc",on ubuntu execute "apt-get -y install flex bison make gcc")

make

examples:

./jsinterpreter example/hello.js

./jsinterpreter example/closure.js

./jsinterpreter example/recursive.js

./jsinterpreter example/bubblesort.js

./jsinterpreter example/gc_test.js