Source code spell checker
Find a file
Ed Page b6ab968478 feat(parser): Treat contractions as a word
This should be safe.  Rarely is `'` used as syntax in a language that
separates literals.

- `'` is used within hex literals in C++ but we want to treat them as
  one word
- `'` is used for lifetimes in Rust but there are other symbols on the
  left side.
2019-07-13 20:15:23 -06:00
assets Initial commit 2019-01-22 15:01:33 -07:00
benches feat(parser): Ignore hex literals 2019-07-13 20:15:22 -06:00
docs feat(parser): Ignore hex literals 2019-07-13 20:15:22 -06:00
src feat(parser): Treat contractions as a word 2019-07-13 20:15:23 -06:00
.clog.toml Initial commit 2019-01-22 15:01:33 -07:00
.gitattributes Initial commit 2019-01-22 15:01:33 -07:00
.gitignore Initial commit 2019-01-22 15:01:33 -07:00
.travis.yml chore(CI): Update rustc 2019-06-14 14:26:13 -06:00
appveyor.yml Initial commit 2019-01-22 15:01:33 -07:00
build.rs feat(parse): Process words composing symbols 2019-06-15 22:21:40 -06:00
Cargo.lock fix: Rename to typos 2019-07-03 19:22:36 -06:00
Cargo.toml fix: Rename to typos 2019-07-03 19:22:36 -06:00
CHANGELOG.md Initial commit 2019-01-22 15:01:33 -07:00
CONTRIBUTING.md fix: Rename to typos 2019-07-03 19:22:36 -06:00
LICENSE-APACHE Initial commit 2019-01-22 15:01:33 -07:00
LICENSE-MIT Initial commit 2019-01-22 15:01:33 -07:00
README.md docs: Update appveyor link 2019-07-05 08:09:13 -06:00

typos

Source code spell checker

Travis Status Appveyor Status Documentation License Crates Status

Install

About

Contribute

License

Licensed under either of

at your option.