This website requires JavaScript.
Explore
Help
Sign In
Rockingcool
/
kleingrep
Watch
2
Star
0
Fork
0
You've already forked kleingrep
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
d522f50b502f77c536a23bea4a259b80a3fe3153
kleingrep
/
regex
History
Aadhavan Srinivasan
d522f50b50
Wrote new example functions
2025-02-09 15:40:59 -05:00
..
compile.go
Added field to Reg, denoting if we prefer longest match (POSIX style) or not (perl style)
2025-02-09 15:38:26 -05:00
doc.go
Updated documentation
2025-02-09 08:58:58 -05:00
example_test.go
Wrote new example functions
2025-02-09 15:40:59 -05:00
matching.go
Wrote new methods Expand() and preferLongest(); Use new function signatures (with preferLongest); only characters should be added to next state list
2025-02-09 15:40:39 -05:00
misc.go
Removed unused functions
2025-02-09 09:13:03 -05:00
nfa.go
Use new function signatures (with preferLongest)
2025-02-09 15:39:09 -05:00
noteOnPCREBackreferences.txt
…
postfixNode.go
…
range2regex.go
Removed capitalization for error message (staticcheck)
2025-02-09 09:14:45 -05:00
re_test.go
Throw error if match isn't found but test.result has >0 elements
2025-02-09 09:13:29 -05:00
re_tests_uniq.py
…
re_tests.py
…
sliceQueue.go
…
stateContents.go
…
todo.txt
…