Skip to content

Commit

Permalink
a2ml tokenizer refactoring
Browse files Browse the repository at this point in the history
Like the a2l tokenizer it now runs on bytes instead of chars: all
relevant elements are ASCII; only comments could contain UTF-8.
For readbility the code was split into several functions.
  • Loading branch information
DanielT committed Jun 21, 2024
1 parent 52fd8cb commit 311dc31
Show file tree
Hide file tree
Showing 8 changed files with 441 additions and 305 deletions.
159 changes: 149 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions a2lfile/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ version = "2.0.0"
[dependencies]
thiserror = "1.0.50"

[dev-dependencies]
tempfile = "3.8"
Loading

0 comments on commit 311dc31

Please sign in to comment.