Very Low Activity

Project Summary

  Analyzed about 5 hours ago based on code collected about 5 hours ago.

This projects aims to be an extremely simple (~1200 lines currently) JavaScript interpreter, meant for inclusion in applications that require a simple, familiar script language.

I make absolutely no guarantees that this is compliant to any Javascript standard. In fact I am sure it isn't. However I welcome suggestions for changes that will bring it closer to compliancy without overly complicating the code.

Currently arrays and record accesses are supported via a tree datastructure, however classes are not.

Development was borne out of a desire to use a script language that I could easily modify to suit my needs, compile into my projects, and that was small enough for me to understand and maintain.

The name TinyJS was chosen based on TinyXML (http://www.grinninglizard.com/tinyxml) - another, almost single-file project I came across in my hunt to reduce my dependence on statically/dynamically linked libraries that caused me grief as I moved between Visual C++ and GCC.

Share

In a Nutshell, tiny-js...

Languages

C++
88%
JavaScript
11%
2 Other
1%
 
 

Lines of Code

 

Activity

30 Day Summary Apr 25 2013 — May 25 2013

12 Month Summary May 25 2012 — May 25 2013

  • 1 Commits Down -15 (93%) from previous 12 months
  • 1 Contributors Down -1 (50%) from previous 12 months

Community

Ratings

Be the first to rate this project
 
Click to add your rating
 
Review this Project!
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.