im looking for a book to learn more about the development of the JavaScript engine (if it exists), I would appreciate any information on this topic, thanks in advance.
- Or any articles about Javascript Engine development! :)
This is not C ++, but here is Douglas Crockford's article on building a simplified Javascript analyzer with Javascript.
However, he explains that the parser methodology is more (only?) Suitable for functional languages ββand will not work in procedural languages ββ(e.g. C ++).
However, he discusses a number of aspects of the implementation of the JS parser, which may point you in some directions.
There are a number of reports about building a JS interpreter in Python.
There is also a php Javascript parser and tokenizer.
The open source V8 Javascript engine, written by Google and used in Chrome, is here , and you can find out a ton from learning this.
I rather doubt that you will find a book on this subject, and I do not know about it.
Source: https://habr.com/ru/post/1386618/More articles:How to render GL_ALPHA texture? - openglTurn off error message dialog box when starting eclipse in headless mode? - javaWhy are ThreadStatic data unexpectedly distributed between threads? - multithreadingConverting Olson's timezone identifier to TimeZoneConstant in GWT (client side) - javaStrange Multiplication Behavior Delphi - mathException when trying to throw IEnumerable? - genericssendSynchronousRequest using a self-signed certificate installed on Mac OS X keychain for Mac - objective-cHow can I get a SQL stored procedure with SMO more efficiently? - performanceHow to handle keyboard shortcuts and events correctly? - c #primeFaces: fileUpload to byte [] - formsAll Articles