2005-10-11 Cesar Lopez Nataren * VsaEngine.cs: Parse all the files. 2005-09-13 Cesar Lopez Nataren * VsaEngine.cs: Override method Compile and SetOption from BaseVsaEngine, 2005-08-31 Cesar Lopez Nataren * VsaEngine.cs: Added method GetParser, eval needs it. 2005-07-09 Cesar Lopez Nataren * VsaEngine.cs: Return proper constructors. 2005-07-05 Cesar Lopez Nataren * VsaEngine.cs: Implemented GetOriginalRegExpConstructor. 2005-03-29 Cesar Lopez Nataren * VsaEngine.cs: Return top of the stack casted to a ScriptObject. 2004-01-16 Cesar Lopez Nataren * VsaEngine.cs: added an Stack, a VsaScriptScope, do not throw exceptions for: CreateEngineAndgetGlobalScope, GetGlobalScope, InitVsaEngine, PopScriptObject, PushScriptObject, the reason is for being able to run the tests at jtests. Be aware that this must get implemented yet. 2003-09-29 * VsaEngine.cs: uncommented inheritance from BaseVsaEngine (thanks goes to jackson). Added constructor, added InitOptions, GetSpecificOption, SetSpecificOption.