Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
tdelibs/kjs
Michele Calgaro 05ee12e2df
Fixed more uncrustify's code formatting offending files.
il y a 3 ans
..
CMakeLists.txt Use private linking for exported CMake targets. il y a 4 ans
ChangeLog Revert automated changes il y a 13 ans
DESIGN.ideas Revert automated changes il y a 13 ans
Mainpage.dox Removed code formatting modelines. il y a 4 ans
Makefile.am Additional kde to tde renaming il y a 13 ans
README Rename KHTML and kiobuffer il y a 11 ans
THANKS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
array_instance.h Removed code formatting modelines. il y a 4 ans
array_object.cpp Removed code formatting modelines. il y a 4 ans
array_object.h Removed code formatting modelines. il y a 4 ans
bool_object.cpp Removed code formatting modelines. il y a 4 ans
bool_object.h Removed code formatting modelines. il y a 4 ans
collector.cpp Removed code formatting modelines. il y a 4 ans
collector.h Removed code formatting modelines. il y a 4 ans
completion.h Removed code formatting modelines. il y a 4 ans
configure.in.in Use the correct macros isnan, isinf for libc compatibility il y a 4 ans
context.h Removed code formatting modelines. il y a 4 ans
create_hash_table Fix FTBFS with GCC6 il y a 8 ans
date_object.cpp Removed code formatting modelines. il y a 4 ans
date_object.h Removed code formatting modelines. il y a 4 ans
debugger.cpp Removed code formatting modelines. il y a 4 ans
debugger.h Removed code formatting modelines. il y a 4 ans
dtoa.cpp Fixed some uncrustify's code formatting offending files. il y a 3 ans
dtoa.h Removed code formatting modelines. il y a 4 ans
error_object.cpp Removed code formatting modelines. il y a 4 ans
error_object.h Removed code formatting modelines. il y a 4 ans
function.cpp Removed code formatting modelines. il y a 4 ans
function.h Removed code formatting modelines. il y a 4 ans
function_object.cpp Removed code formatting modelines. il y a 4 ans
function_object.h Removed code formatting modelines. il y a 4 ans
global.h.in Removed code formatting modelines. il y a 4 ans
grammar.cpp Fixed some uncrustify's code formatting offending files. il y a 3 ans
grammar.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
grammar.y Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
identifier.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
identifier.h Trinity Qt initial conversion il y a 14 ans
internal.cpp Removed code formatting modelines. il y a 4 ans
internal.h Removed code formatting modelines. il y a 4 ans
interpreter.cpp Removed code formatting modelines. il y a 4 ans
interpreter.h Removed code formatting modelines. il y a 4 ans
keywords.table Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
kjs-devel-gdb Additional renaming of kde to tde il y a 13 ans
lexer.cpp Removed code formatting modelines. il y a 4 ans
lexer.h Removed code formatting modelines. il y a 4 ans
libkjs.map Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
list.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
list.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
lookup.cpp Removed code formatting modelines. il y a 4 ans
lookup.h Removed code formatting modelines. il y a 4 ans
math_object.cpp Removed code formatting modelines. il y a 4 ans
math_object.h Removed code formatting modelines. il y a 4 ans
nodes.cpp Removed code formatting modelines. il y a 4 ans
nodes.h Removed code formatting modelines. il y a 4 ans
nodes2string.cpp Removed code formatting modelines. il y a 4 ans
number_object.cpp Removed code formatting modelines. il y a 4 ans
number_object.h Removed code formatting modelines. il y a 4 ans
object.cpp Removed code formatting modelines. il y a 4 ans
object.h Removed code formatting modelines. il y a 4 ans
object_object.cpp Removed code formatting modelines. il y a 4 ans
object_object.h Removed code formatting modelines. il y a 4 ans
operations.cpp Removed code formatting modelines. il y a 4 ans
operations.h Removed code formatting modelines. il y a 4 ans
property_map.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
property_map.h Removed code formatting modelines. il y a 4 ans
reference.cpp Removed code formatting modelines. il y a 4 ans
reference.h Removed code formatting modelines. il y a 4 ans
reference_list.cpp Removed code formatting modelines. il y a 4 ans
reference_list.h Removed code formatting modelines. il y a 4 ans
regexp.cpp Removed code formatting modelines. il y a 4 ans
regexp.h Removed code formatting modelines. il y a 4 ans
regexp_object.cpp Removed code formatting modelines. il y a 4 ans
regexp_object.h Removed code formatting modelines. il y a 4 ans
scope_chain.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
scope_chain.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
simple_number.h Removed code formatting modelines. il y a 4 ans
string_object.cpp Fixed more uncrustify's code formatting offending files. il y a 3 ans
string_object.h Removed code formatting modelines. il y a 4 ans
test.js Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
testkjs.cpp Removed code formatting modelines. il y a 4 ans
types.h Removed code formatting modelines. il y a 4 ans
ustring.cpp Removed code formatting modelines. il y a 4 ans
ustring.h Removed code formatting modelines. il y a 4 ans
value.cpp Fixed some uncrustify's code formatting offending files. il y a 3 ans
value.h Removed code formatting modelines. il y a 4 ans

README

This library provides an ECMAScript compatible interpreter. The ECMA standard
is based on well known scripting languages such as Netscape's JavaScript and
Microsoft's JScript.

I'm currently pursuing to be compliant with Edition 3 of ECMA-262. Postscript
and pdf versions of the standard are available at:

http://www.ecma-international.org/publications/files/ecma-st/Ecma-262.pdf
for PDF and
http://www.ecma-international.org/publications/standards/Ecma-262.htm
for the standard page.

About 95% of the required features should be covered by now. Note that this
number covers the core language elements only. Features like the famous
roll-over buttons on the www are NOT part of the standard. Those extensions
are added via a module loaded dynamically by the TDEHTML Widget.

I'll provide some examples of how to extend this library for various needs at
a later point in time. Feel free to contact me via mail if you have any
questions on how to provide scripting capabilities for your application.

A debugger is being worked on.

Bug reports, patches or feedback of any kind is very welcome.

Harri Porten <porten@kde.org>