diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-12-16 15:42:02 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-12-16 15:42:02 +0100 |
| commit | 6bbedeaa2c6e0068e2fb6602cbf0002fb6a6ce03 (patch) | |
| tree | ef52a5d920d3d86eb2e89389c1cc3785890993db /.gitignore | |
| parent | 0cfce1de7e82e20fbc48474ca59f5754ba2e66da (diff) | |
Better tokenization testing 🌋
- Better tokenization test coverage.
- Suffix testing: Each test case is tested with many different suffixes to ensure correct token ends.
- Improves expression parsing (fixes #3).
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,3 +5,4 @@ Cargo.lock bench/target tests/out _things +tarpaulin-report.html |
