This website requires JavaScript.
Explore
Help
Register
Sign In
humza
/
sml-projects
Watch
1
Star
0
Fork
0
You've already forked sml-projects
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
68be55342d7e9a9cf9c9f65962d3970a8dd39e4c
sml-projects
/
fcore
/
search-list
History
Humza Shahid
b02b2f53da
when deleting from buffer and search list both, don't try to find any matches if the DFA is empty (has a length of 0), because that means there is no search to find a match for
2026-02-06 21:25:44 +00:00
..
dfa-gen.sml
handle edge case when building dfa from a string, where an exception was raised when our search regex contains an alternation where the second alternation is a substring of the first alternation, and add a test for it to make sure that it passes
2025-10-14 02:24:45 +01:00
search-list.sml
when deleting from buffer and search list both, don't try to find any matches if the DFA is empty (has a length of 0), because that means there is no search to find a match for
2026-02-06 21:25:44 +00:00