Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinobuAmasaki authored Sep 1, 2024
1 parent 270d607 commit 5150292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,13 +257,13 @@ The following features are planned to be implemented in the future:
- [ ] Add Unicode escape sequence `\p{...}`
- [ ] Deal with invalid byte strings in UTF-8
- [x] Optimize by literal searching method
- [x] Add a CLI tool for debugging and benchmarking
- [x] Add a CLI tool for debugging and benchmarking => [ShinobuAmasaki/forgex-cli](https://github.com/ShinobuAmasaki/forgex-cli)
- [x] Make all operators `pure elemental` attribute
- [x] Publish the documentation
- [x] Support UTF-8 basic feature
- [x] Construct DFA on-the-fly
- [x] Support CMake building
- [x] Add Time measurement tools (basic)
- [x] Add Time measurement tools (basic) => [ShinobuAmasaki/forgex-cli](https://github.com/ShinobuAmasaki/forgex-cli)
- ~~Parallelize on matching~~

## Code Convention
Expand Down

0 comments on commit 5150292

Please sign in to comment.