Skip to content

Commit a8d2fcb

Browse files
authored
Update README.md
1 parent 7df1961 commit a8d2fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The main design goal of this library is to be small, correct, self contained and
1919
- To avoid call-stack exhaustion, iterative searching is preferred over recursive by default (can be changed with a pre-processor flag).
2020
- No support for capturing groups or named capture: `(^P<name>group)` etc.
2121
- Thorough testing : [exrex](https://github.com/asciimoo/exrex) is used to randomly generate test-cases from regex patterns, which are fed into the regex code for verification. Try `make test` to generate a few thousand tests cases yourself.
22-
- Verification-harness for [KLEE Symbolic Execution Engine](https://klee.github.io). Check [formal verification.md](https://github.com/kokke/tiny-regex-c/blob/master/formal_verification.md) for my crude attempts at that.
22+
- Verification-harness for [KLEE Symbolic Execution Engine](https://klee.github.io), see [formal verification.md](https://github.com/kokke/tiny-regex-c/blob/master/formal_verification.md).
2323
- Provides character length of matches.
2424
- Compiled for x86 using GCC 7.2.0 and optimizing for size, the binary takes up ~2-3kb code space and allocates ~0.5kb RAM :
2525
```

0 commit comments

Comments
 (0)