jsregexp icon indicating copy to clipboard operation
jsregexp copied to clipboard

Use libregexp from quickjs-ng

Open kmarius opened this issue 11 months ago • 2 comments

The original QuickJS ~appears to be dormant~ (see below), but developement has been picked up here: https://github.com/quickjs-ng/quickjs There are several fixes to libregexp already, should keep an eye out on that.

Update: QuickJS is still getting releases here: https://bellard.org/quickjs/, unless there's a good reason to change, we will just keep using QuickJS.

kmarius avatar Feb 17 '25 20:02 kmarius

Wouldn't it be possible to talk QuickJS maintainers to separate libregexp into separate repo and use it then as a git submodule?

mcepl avatar Oct 12 '25 20:10 mcepl

Wouldn't it be possible to talk QuickJS maintainers to separate libregexp into separate repo and use it then as a git submodule?

I'm not sure it is possible, it would definitely complicate building with luarocks. In any case, I don't think it is worth the effort.

That being said, I just saw that quickjs did have a release last month.

kmarius avatar Oct 12 '25 22:10 kmarius