ml-in-barcelona / quickjs.ml

OCaml bindings to QuickJS
Other
19 stars 0 forks source link

Support named groups in regexp #6

Open davesnx opened 1 month ago

davesnx commented 1 month ago

https://github.com/ml-in-barcelona/quickjs.ml/blob/main/lib/RegExp.ml#L159C21-L169

davesnx commented 1 month ago

After https://github.com/ml-in-barcelona/quickjs.ml/commit/69d7a0c9675985608f18749c986b3d5a74c3f6b8 and https://github.com/ml-in-barcelona/quickjs.ml/commit/7db97c9812e5e629df6afc72b05661670af55d12 we have the groups but aren't attached to the captures yet neither have an API for reading them