If you want to help on the Mono Jscript .Net compiler effort, here is
a list of things where you can start helping with:

1) Add support for the extensions from MS for JScript:

1.a) Non-ECMA: http://msdn2.microsoft.com/en-us/library/894hfyb4.aspx

1.b) Proposed features for ECMAScript4 from MS:

	Enumerations: http://msdn2.microsoft.com/en-us/library/y94acxy2.aspx

	Constants: http://msdn2.microsoft.com/en-us/library/7t07247t.aspx

	Class based object oriented programming:
		class declaration: http://msdn2.microsoft.com/en-us/library/ezts5hx6.aspx
		interface declaration: http://msdn2.microsoft.com/en-us/library/h30d6hy0.aspx
		function_get: http://msdn2.microsoft.com/en-us/library/77kz8hy0.aspx
		function_set: http://msdn2.microsoft.com/en-us/library/6ysbstsx.aspx
		static statement: http://msdn2.microsoft.com/en-us/library/7k208hb5.aspx
		expando modifier: http://msdn2.microsoft.com/en-us/library/ch149y3b.aspx
		super modifier: http://msdn2.microsoft.com/en-us/library/f3cbk963.aspx
		public modifier: http://msdn2.microsoft.com/en-us/library/0cs1ax5t.aspx
		private modifier: http://msdn2.microsoft.com/en-us/library/52zye4wa.aspx
		protected modifier: http://msdn2.microsoft.com/en-us/library/x35feb9t.aspx
		internal modifier: http://msdn2.microsoft.com/en-us/library/ah1b9xxb.aspx
		abstract modifier: http://msdn2.microsoft.com/en-us/library/a2fb5y72.aspx
		final modifier: http://msdn2.microsoft.com/en-us/library/47ezsw2s.aspx
		hide modifier: http://msdn2.microsoft.com/en-us/library/1k022k51.aspx
		override modifier: http://msdn2.microsoft.com/en-us/library/2wte5sx9.aspx
		static modifier: http://msdn2.microsoft.com/en-us/library/f4ewhdb8.aspx

	Conditional compilation.
		@cc_on: http://msdn2.microsoft.com/en-us/library/eb0w91wa.aspx
		@if and friends: http://msdn2.microsoft.com/en-us/library/ct27x3xa.aspx
		@set: http://msdn2.microsoft.com/en-us/library/k0h7dyd7.aspx
		@debug: http://msdn2.microsoft.com/en-us/library/2a464tzs.aspx
		@position: http://msdn2.microsoft.com/en-us/library/1fkt8wb5.aspx
		Conditional compilation variables: http://msdn2.microsoft.com/en-us/library/7142yyxw(VS.80).aspx

2) Bug fixing.

Implement the eval method (critical).

Go to mcs/class/Microsoft.JScript/Test/Mozilla, check the tests that
are disabled at mjs-most.tests, choose one, fix the bug that stop us
from compiling and/or running it.

Thanks!

If you need more info, mail me to: cesar@ciencias.unam.mx 
