Skip to content

Commit

Permalink
fix MD links
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Jul 2, 2024
1 parent ca32478 commit 99ffe1a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions controllers/derivre/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ assert!(rx.lookahead_len("axxxxxqqq") == None);
assert!(rx.lookahead_len("ccqy") == None);
```

You can also run several regexes at once, [see sample](./tests/sample_multi.rs).

## Code map

In recommended reading order:
Expand All @@ -50,7 +48,7 @@ In recommended reading order:
- [deriv.rs](./src/deriv.rs) - derivative computation
- [bytecompress.rs](./src/bytecompress.rs) - alphabet compression
- [syntax.rs](./src/syntax.rs) - uses `regex-syntax` crate for parsing
- [regexvec.rs](./src/regexvec.rs) - top-level memoization of state transition and user interface
- [regexc.rs](./src/regex.rs) - top-level memoization of state transition and user interface

The rest:

Expand Down

0 comments on commit 99ffe1a

Please sign in to comment.