Implement most of Regexp parser

This commit is contained in:
2024-09-10 16:46:31 -06:00
parent a7495bde87
commit 96d178efef
3 changed files with 54 additions and 0 deletions

View File

@ -62,3 +62,7 @@ func TestSlice(t *testing.T) {
test.EqOp(t, uint64(len(s)), result.State.Pos())
}))
}
func TestChoose(t *testing.T) {
Todo(t)
}