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
1f06dcef649c90968c23ffbcd663f3fc8380883e
kleingrep
/
regex
History
Aadhavan Srinivasan
1f06dcef64
Just declare the variable instead of initializing it as well
2025-02-16 15:51:53 -05:00
..
compile.go
Just declare the variable instead of initializing it as well
2025-02-16 15:51:53 -05:00
doc.go
Updated documentation
2025-02-14 12:07:43 -05:00
example_test.go
…
matching.go
Reverse order of trying branches if the quantifier is lazy
2025-02-14 11:37:28 -05:00
misc.go
Added metacharacters for lazy quantifiers
2025-02-13 20:49:54 -05:00
nfa.go
Added field to NFA, denoting if a node is lazy or not
2025-02-14 11:37:14 -05:00
noteOnPCREBackreferences.txt
…
postfixNode.go
Added code to return lazy quantifier postfixNodes
2025-02-13 20:50:11 -05:00
range2regex.go
…
re_test.go
Added lazy quantifier tests
2025-02-14 11:36:56 -05:00
re_tests_uniq.py
…
re_tests.py
…
sliceQueue.go
…
stateContents.go
…
todo.txt
…