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

overhaul lexer/parser according to the ISO standard. #227

Merged
merged 7 commits into from
Jun 14, 2022
Merged

Conversation

ichiban
Copy link
Owner

@ichiban ichiban commented Jun 5, 2022

No description provided.

@codecov
Copy link

codecov bot commented Jun 5, 2022

Codecov Report

Merging #227 (52e080d) into main (72c2134) will increase coverage by 0.19%.
The diff coverage is 98.29%.

@@            Coverage Diff             @@
##             main     #227      +/-   ##
==========================================
+ Coverage   96.92%   97.12%   +0.19%     
==========================================
  Files          21       21              
  Lines        6319     6375      +56     
==========================================
+ Hits         6125     6192      +67     
+ Misses        160      151       -9     
+ Partials       34       32       -2     
Impacted Files Coverage Δ
engine/atom.go 97.50% <83.33%> (-2.50%) ⬇️
engine/parser.go 97.69% <96.97%> (+2.60%) ⬆️
engine/builtin.go 96.41% <100.00%> (+0.15%) ⬆️
engine/compound.go 100.00% <100.00%> (ø)
engine/float.go 90.90% <100.00%> (ø)
engine/lexer.go 100.00% <100.00%> (ø)
engine/stream.go 100.00% <100.00%> (ø)
interpreter.go 94.88% <100.00%> (ø)
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 72c2134...52e080d. Read the comment docs.

@ichiban ichiban marked this pull request as ready for review June 14, 2022 00:54
@ichiban ichiban merged commit 4666676 into main Jun 14, 2022
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.

1 participant