Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lexer and friends #61

Merged
merged 37 commits into from
Sep 28, 2024
Merged

Lexer and friends #61

merged 37 commits into from
Sep 28, 2024

Conversation

Lurk
Copy link
Owner

@Lurk Lurk commented Sep 23, 2024

fixes #44 , #58 and #45

Copy link

codecov bot commented Sep 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.0%. Comparing base (2bb2698) to head (eee3666).
Report is 38 commits behind head on main.

Additional details and impacted files
Files with missing lines Coverage Δ
src/lexer/mod.rs 100.0% <100.0%> (ø)
src/lexer/token.rs 100.0% <100.0%> (ø)
src/lib.rs 100.0% <100.0%> (ø)
src/nodes/anchor.rs 100.0% <ø> (ø)
src/nodes/bold.rs 100.0% <100.0%> (+1.1%) ⬆️
src/nodes/code.rs 100.0% <ø> (ø)
src/nodes/code_span.rs 100.0% <100.0%> (ø)
src/nodes/collapsible.rs 100.0% <100.0%> (+0.4%) ⬆️
src/nodes/embed.rs 100.0% <100.0%> (ø)
src/nodes/heading.rs 100.0% <100.0%> (ø)
... and 26 more

@Lurk Lurk merged commit be5e351 into main Sep 28, 2024
15 checks passed
@Lurk Lurk deleted the lexer branch September 28, 2024 09:27
This was referenced Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

implement lexer
1 participant