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
a90cdf794352e894f68740dcc4a6c1966295e3f0
sml-projects
/
fcore
/
cursor-dfa
History
Humza Shahid
6d9ad9b13b
rename a file and a structure because another file with the same name exists, except that one is lowercase and the other is uppercase. Case insensitive filesystems don't like that they had the same name before, except for the case.
2025-09-02 02:14:12 +01:00
..
make-dfa-loop.sml
pass env argument in if-character-folder functor, to make it more generic (can access some environment data, which enables more reuse)
2025-08-04 04:05:39 +01:00
vi-caps-word-dfa.sml
rename a file and a structure because another file with the same name exists, except that one is lowercase and the other is uppercase. Case insensitive filesystems don't like that they had the same name before, except for the case.
2025-09-02 02:14:12 +01:00
vi-dlr-dfa.sml
reimplement vi's '$' motion as a DFA, also eliminating a bug that involves double deleteion in the process
2025-08-04 05:37:08 +01:00
vi-word-dfa.sml
add separate folder when deleting end of current word, so that we can fix 'de' and 'dE' motions (the result of the folders for the cursor motion is meant to be decremented by 1, but the result for deleting is not meant to be decremented or incremented at all)
2025-08-03 17:35:33 +01:00