adjust nfa to return all matches in string, instead of just testing for one match and then returning true

This commit is contained in:
2025-09-29 10:28:03 +01:00
parent f52a8306ea
commit 8d29bfab78
4 changed files with 3410 additions and 11 deletions

View File

@@ -19,6 +19,7 @@ end
fcore/escape-string.sml
fcore/bin-search.sml
fcore/search-list/nfa.sml
fcore/search-list.sml
fcore/app-type.sml