Results 8 comments of Aurèle

Hi, Thanks for posting our work here! We are currently focusing on implementing one version of that algorithm in the V8 JavaScript engine: https://bugs.chromium.org/p/v8/issues/detail?id=14435 Let us know if we can...

I'll give it a try in the next few days!

Hi, It seems like the tests currently in Test262 are not the same as the tests of the generator. Currently, the tests in the generator check that, for instance, `str.replace(/\d/g,'')...

Hello, I've created a pull request here: https://github.com/bocoup/test262-regexp-generator/pull/2 To generate the correct strings, I've used the regenerate.js file from this repo: https://github.com/mathiasbynens/unicode-property-escapes-tests/ I've also added a configuration with the v...

Makes sense! Let me know and I can update this PR when the generator is copied here.

> @Aurele-Barriere The generator script has landed in test262 now, so you can bring the improvements to the generator script into this PR. I'm afraid it will need a certain...

Hi @ptomato I ported my changes to the test generator (from https://github.com/bocoup/test262-regexp-generator/pull/2) to the one now in Test262 I didn't realize sycing my repo would close this PR automatically. So...

Hi! Me and @cpitclaudel wrote the paper, and worked with @multimodcrafter and @shilangyu for PR #1266 (also with @threddast for the RE2 [fork](https://github.com/epfl-systemf/re2-lookbehinds)). We're happy to chat anytime, let us...