IronJS - A JavaScript implementation for .NET
Перейти к файлу
ChaosPandion d60be27736 Added latest version of the specification. 2011-07-02 02:49:56 -04:00
Files Added latest version of the specification. 2011-07-02 02:49:56 -04:00
Lib Moved the files in Lib/CLR2 up one level in the directory structure 2011-04-19 16:14:52 +02:00
Package Finished up the NuGet package. 2011-06-27 20:56:56 -05:00
Src Fixed a typo in the prototype registration. 2011-07-01 09:58:32 -05:00
.gitignore Updated the .gitignore 2011-06-27 18:06:49 -05:00
IronJS.ico Vectorized the logo, added as an SVG, and generated new .ico files for it. 2011-04-02 23:02:29 -05:00
IronJS.png Vectorized the logo, added as an SVG, and generated new .ico files for it. 2011-04-02 23:02:29 -05:00
IronJS.svg Vectorized the logo, added as an SVG, and generated new .ico files for it. 2011-04-02 23:02:29 -05:00
LICENSE.txt 3-4 weeks worth of assorted work on off hours, on the buss, etc. 2010-10-09 18:55:02 +02:00
README.markdown Updated readme 2011-04-20 09:11:00 +02:00

README.markdown

IronJS Logo

IronJS is an ECMAScript 3.0 implementation built on top of the Dynamic Language Runtime from Microsoft which allows you to embed a javascript runtime into your .NET applications.

License

IronJS is released under the Apache License Version 2.0.

Requirements

What you need to use IronJS

  • .NET 3.5 (Src/CLR2.sln)
  • .NET 4.0 (Src/CLR4.sln)
  • Mono 2.10 (Src/mono-build.sh)

IronJS has experimental support for .NET 2.0 and 3.0 also, compile using the CLR2 solution and set the extra NET2 flag

Getting the source

Make sure you have git installed and then run this command from a terminal window (Linux/Unix) or in a "Git Bash Here" window using msysgit for Windows

  • git clone git://github.com/fholm/IronJS.git IronJS

Contributors

If you're interested in contributing to IronJS, fork it here on github and send me a pull request with your contributions.