BROOM - 5th Edition ECMAScript Engine
I hereby submit it here after a long time again before a project of mine. This time it is an ECMAScript engine. For those who do not know, is that of the ECMA ECMAScript in ECMA-262 standard form of JavaScript, ECMAScript, however, is not completely completely identical to JavaScript (more on the topic, see Wikipedia matching JavaScript or ECMAScript). My ECMAScript Engine BROOM bears the name, which in turn stands for "Bero ENgine EcmaScript", and also has Just-In-compilation (currently only for 32-bit x86), Property inline caching, Codeoptimization, and many more things.
It is also under a dual license OwnLicense + AGPLv3.
Here is a list of the features of English BROOM for the broad overview:
- Complete implementation of the ECMAScript standard Fifth Edition
- Own bytecode-based ECMA262-complaint Regular Expression Engine
- Incremental praise / exact mark-and-sweep garbage collector
- UTF8/UCS2/UTF16/UCS4/UTF32 Unicode support (on ECMAScript ...
















