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

latex,ast,token: simplify ast and token #13

Merged
merged 1 commit into from
Apr 27, 2020

Conversation

sbinet
Copy link
Contributor

@sbinet sbinet commented Apr 27, 2020

Fixes #10.
Fixes #11.

@codecov-io
Copy link

codecov-io commented Apr 27, 2020

Codecov Report

Merging #13 into master will increase coverage by 0.29%.
The diff coverage is 55.73%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
+ Coverage   96.33%   96.62%   +0.29%     
==========================================
  Files          14       14              
  Lines        9077     9020      -57     
==========================================
- Hits         8744     8716      -28     
+ Misses        309      280      -29     
  Partials       24       24              
Impacted Files Coverage Δ
token/kind_string.go 8.69% <0.00%> (+2.98%) ⬆️
token/token.go 100.00% <ø> (ø)
ast/ast.go 56.31% <40.00%> (+2.22%) ⬆️
parser.go 77.29% <72.72%> (-2.71%) ⬇️
scanner.go 87.40% <100.00%> (+8.75%) ⬆️

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 2922b31...f82606e. Read the comment docs.

@sbinet sbinet merged commit 2fa4ce7 into go-latex:master Apr 27, 2020
@sbinet sbinet deleted the issue-10 branch April 27, 2020 13:11
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.

token: consider simplifying the number of tokens ast: simplify number of AST types
2 participants