Skip to content

Commit b469387

Browse files
committed
Add Nom mention.
1 parent 70f8e8f commit b469387

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ bazel build //rust/wasm-bindings:twitter_text_wasm
6767
### Core Components
6868

6969
- **PEG Grammar Parser** (`rust/parser/`): Pest grammar for parsing tweet entities
70+
- **Nom Parser** (`rust/twitter-text/src/nom_parser/`): High performance parser using [Nom](https://docs.rs/nom/latest/nom/), tested against the PEG grammar for correctness
7071
- **Main Library** (`rust/twitter-text/`): Extraction, validation, autolinking, and highlighting
7172
- **Configuration** (`rust/config/`): Character weights and URL length settings
7273
- **Conformance Tests** (`rust/conformance/`): Tests against canonical twitter-text test suites

0 commit comments

Comments
 (0)