-
Notifications
You must be signed in to change notification settings - Fork 47
Home
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 currenly 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 source line.
At this moment remain not implemented features:
- Statement's labels ("lable:{ break lable; }")
- "With" block
- Standart Errors collection
- Fields attributes (eg. [NotEnumerable])
- Strict mode (but undefined field already not overwritable)
- Standard classes collection