1 This library provides an ECMAScript compatible interpreter. The ECMA standard
2 is based on well known scripting languages such as Netscape's JavaScript and
5 I'm currently pursuing to be compliant with Edition 3 of ECMA-262. Postscript
6 and pdf versions of the standard are available at:
8 http://www.ecma-international.org/publications/files/ecma-st/Ecma-262.pdf
10 http://www.ecma-international.org/publications/standards/Ecma-262.htm
11 for the standard page.
13 About 95% of the required features should be covered by now. Note that this
14 number covers the core language elements only. Features like the famous
15 roll-over buttons on the www are NOT part of the standard. Those extensions
16 are added via a module loaded dynamically by the KHTML Widget.
18 I'll provide some examples of how to extend this library for various needs at
19 a later point in time. Feel free to contact me via mail if you have any
20 questions on how to provide scripting capabilities for your application.
22 A debugger is being worked on.
24 Bug reports, patches or feedback of any kind is very welcome.
26 Harri Porten <porten@kde.org>