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

Add additional documentation to tokenizer and parser steps #13

Merged
merged 10 commits into from
Apr 5, 2024

Conversation

MrShwhale
Copy link
Contributor

These commits complete documentation related to the tokenization step of ftml, and partially documents the parsing step. They also fixes the clippy and rustdoc warnings.

@MrShwhale MrShwhale requested a review from emmiegit as a code owner April 4, 2024 20:54
Copy link

codecov bot commented Apr 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.77%. Comparing base (24bd66e) to head (97d71ea).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #13      +/-   ##
==========================================
+ Coverage   76.75%   76.77%   +0.01%     
==========================================
  Files         209      209              
  Lines        5516     5516              
==========================================
+ Hits         4234     4235       +1     
+ Misses       1282     1281       -1     
Flag Coverage Δ
ftml 76.77% <ø> (+0.01%) ⬆️
Files Coverage Δ
src/data/page_ref.rs 89.47% <ø> (ø)
src/parsing/mod.rs 90.14% <ø> (ø)
src/parsing/paragraph/stack.rs 86.53% <ø> (ø)
src/parsing/parser.rs 89.06% <ø> (ø)
src/parsing/rule/impls/block/blocks/later.rs 0.00% <ø> (ø)
src/parsing/rule/impls/block/blocks/mod.rs 100.00% <ø> (ø)
src/parsing/rule/mod.rs 66.66% <ø> (ø)
src/parsing/token/mod.rs 86.66% <ø> (ø)
src/render/html/element/mod.rs 95.71% <ø> (ø)
src/settings/interwiki.rs 92.59% <ø> (+3.70%) ⬆️
... and 6 more

src/parsing/token/mod.rs Outdated Show resolved Hide resolved
src/settings/interwiki.rs Outdated Show resolved Hide resolved
src/settings/interwiki.rs Show resolved Hide resolved
src/settings/interwiki.rs Outdated Show resolved Hide resolved
src/settings/mod.rs Outdated Show resolved Hide resolved
@emmiegit emmiegit enabled auto-merge April 5, 2024 00:55
auto-merge was automatically disabled April 5, 2024 00:57

Head branch was pushed to by a user without write access

@emmiegit emmiegit merged commit 5f02213 into scpwiki:main Apr 5, 2024
8 checks passed
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.

2 participants