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
459
Commits
1
Branch
0
Tags
9ddb5f68d7f350018a3100dc9f05e5d5bfd6eec1
Commit Graph
3 Commits
Author
SHA1
Message
Date
Humza Shahid
9ddb5f68d7
fix bugs in vi-l-dfa (we want to stop looping when the counter is ~1, because the starting character will likely be final/a not-newline, and we want to loop at least once; also, we want to special case 'twoNewlineState' as a final case which causes us to go backwards by 1 instead of treating 'oneNewlineState' as a final/special case). We also modify other code to use the new vi-l implementation in the program.
2025-09-17 03:52:31 +01:00
Humza Shahid
5174a5b0a4
adjustments to vi-l-dfa: we should accept a single-newline as a final state, but not a double-newline
2025-09-17 02:35:32 +01:00
Humza Shahid
161caee62a
create DFA for Vi's 'l' motion
2025-09-17 02:31:38 +01:00