package quickjs
Bindings for QuickJS (a Javascript Engine to be embedded https://bellard.org/quickjs)
Install
dune-project
Dependency
Authors
Maintainers
Sources
quickjs-0.2.0.tbz
sha256=3d5292edcdf8e464339930e35e29e345d1045d9de67ea0261542156f6d36f5a5
sha512=9a49cec0e9fe1b422371a673b722c33cc9454ef91a351ab1f870bafec0acf632c10056fc94d2b848854e0c1ccf34a2d82c7c5eaed8ca4ad41470541ea765fcb8
doc/CHANGES.html
Changes
0.2.0
- Full tests coverage from Official ECMAScript Conformance Test Suite for RegExp
- Support unicode in RegExp
- Support named groups in RegExp
- Bind to dtoa (Dtoa, Atod, IntToString)
0.1.2
- Support for named groups
- Change
RegExp.execinterface to returnresult
0.1.1
Bug fix for RegExp backtracking when not find a match
0.1.0
Initial release of quickjs. This release only includes bindings to libregexp and exposes the API of the QuickJS C library with the same shape as the JavaScript API: RegExp.