Warning, /frameworks/kjs/src/README is written in an unsupported language. File is not indexed.
0001 This library provides an ECMAScript compatible interpreter. The ECMA standard 0002 is based on well known scripting languages such as Netscape's JavaScript and 0003 Microsoft's JScript. 0004 0005 I'm currently pursuing to be compliant with Edition 3 of ECMA-262. Postscript 0006 and pdf versions of the standard are available at: 0007 0008 http://www.ecma-international.org/publications/files/ecma-st/Ecma-262.pdf 0009 for PDF and 0010 http://www.ecma-international.org/publications/standards/Ecma-262.htm 0011 for the standard page. 0012 0013 About 95% of the required features should be covered by now. Note that this 0014 number covers the core language elements only. Features like the famous 0015 roll-over buttons on the www are NOT part of the standard. Those extensions 0016 are added via a module loaded dynamically by the KHTML Widget. 0017 0018 I'll provide some examples of how to extend this library for various needs at 0019 a later point in time. Feel free to contact me via mail if you have any 0020 questions on how to provide scripting capabilities for your application. 0021 0022 A debugger is being worked on. 0023 0024 Bug reports, patches or feedback of any kind is very welcome. 0025 0026 Harri Porten <porten@kde.org> 0027