Skip to content

cryptiklemur/lulzjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple javascript interpreter based on SpiderMonkey and Prototype.

You need the nspr library installed (libnspr4.so) [Probably if you have firefox you have that lib]
You also need the readline library (it's a GNU standard)

To compile the project do:

cd js
sudo ./compile.sh
cd ..
make
sudo make install

About

Port Javascript to the desktop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.7%
  • JavaScript 2.2%
  • C++ 0.7%
  • Perl 0.2%
  • Assembly 0.1%
  • Objective-C 0.1%