Re: JS engine(s) provided by gnustep

2023-12-13 Thread Riccardo Mottola
Hi Nikolaus, H. Nikolaus Schaller wrote: SimpleWebKit had all WebView interfaces to call JS and itself contains some incomplete JS (ECMA-Script) interpreter. what do you think of integrating a light-weight JS interpreter library? I wonder if at the backend of the parser this can be easily in

Re: JS engine(s) provided by gnustep

2023-12-13 Thread H. Nikolaus Schaller
Hi Riccardo, SimpleWebKit has its own JS interpreter (ECMA-Script)... https://git.goldelico.com/?p=swk.git;a=blob;f=Sources/ECMAScriptParser.h;h=df2117b53feb6bbc107ffe03a51d26a4ef57c321;hb=18944b0223a4a85c7f338f8dacce071f7fb0d97e The main missing thing is how to manipulate the DOM tree objects