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
8eed2ef51aff3c60d0779984d90b3de34f79b208
sml-projects
/
temp.txt
4 lines
21 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fix minor bug with escape sequences: we should pattern match on an unescaped char, and we should return an escaped char. For example, it makes sense to pattern match on plain unescaped /home/humza/Downloads/sml/shf/temp.txt"n" and return /home/humza/Downloads/sml/shf/temp.txt"\n". This is because user inputs escape-chars as a two-char sequence, prepended by a backslash \ character
2025-10-06 21:58:50 +01:00
hello(
fix implementation of ZERO_OR_MORE (Kleene star) in dfa-gen.sml
2025-10-06 14:45:28 +01:00
fellow
yellow
Reference in New Issue
Copy Permalink