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

added 'lexical scope' feature. #120

Merged
merged 1 commit into from
Apr 16, 2020
Merged

Conversation

mori0091
Copy link
Owner

No description provided.

@codecov
Copy link

codecov bot commented Apr 16, 2020

Codecov Report

Merging #120 into master will increase coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #120      +/-   ##
==========================================
+ Coverage   94.41%   94.45%   +0.04%     
==========================================
  Files          87       87              
  Lines        1611     1624      +13     
==========================================
+ Hits         1521     1534      +13     
  Misses         90       90              
Impacted Files Coverage Δ
example/pug-lang/include/interpreter/context.h 100.00% <100.00%> (ø)
example/pug-lang/include/interpreter/interpreter.h 97.22% <100.00%> (+0.12%) ⬆️
example/pug-lang/include/parser/stmt.h 100.00% <100.00%> (ø)
example/pug-lang/include/types/Expr.h 98.66% <100.00%> (+0.04%) ⬆️

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 197e101...13a3000. Read the comment docs.

@mori0091 mori0091 merged commit 50a0bb4 into master Apr 16, 2020
@mori0091 mori0091 deleted the example/pug-lang/lexical-scope branch April 18, 2020 15:56
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.

None yet

1 participant