Change regsexp value to have values of groups instead of indices.
authorChris Hanson <org/chris-hanson/cph>
Wed, 3 May 2017 07:13:56 +0000 (00:13 -0700)
committerChris Hanson <org/chris-hanson/cph>
Wed, 3 May 2017 07:13:56 +0000 (00:13 -0700)
commit9e114e0cf5f1749049243b43ec41341c813155de
tree600cdb7466f44ed76a0999a2370f4331762700cf
parent458c8124628dfd80d71425723765b6c4bb63ae1d
Change regsexp value to have values of groups instead of indices.

This does weird things when a group is inside a repeat, but that's a bad idea so
DON'T DO THAT!
src/runtime/regsexp.scm
tests/runtime/test-regsexp.scm