Skip to content
nilproject edited this page Dec 6, 2013 · 19 revisions

NiL.JS is open source JavaScript engine.

Nil.JS written on C# without any native code. NiL.JS is not interpretator!

NiL.IS currently in development stage!

NiL.JS designed for easy embedding in an applications with using .NET Framework. Also NiL.JS is tiny engine - currently size is arround 3k code lines.

At this moment remain not implemented features:

  • Statement's labels ("lable:{ break lable; }")
  • "With" block
  • Standard Errors collection
  • Field's attributes (eg. [NotEnumerable])
  • Strict mode (but undefined field already not overwritable)
  • Standard classes collection
Clone this wiki locally