Skip to content

Add some functions that simplify token lookahead.#433

Merged
dlang-bot merged 1 commit intomasterfrom
issue-246
Aug 25, 2020
Merged

Add some functions that simplify token lookahead.#433
dlang-bot merged 1 commit intomasterfrom
issue-246

Conversation

@Hackerpilot
Copy link
Collaborator

Fixes #246. Also adds some documentation to existing functions.

@codecov
Copy link

codecov bot commented Aug 14, 2020

Codecov Report

Merging #433 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #433   +/-   ##
=======================================
  Coverage   81.86%   81.86%           
=======================================
  Files          11       11           
  Lines        8446     8448    +2     
=======================================
+ Hits         6914     6916    +2     
  Misses       1532     1532           
Impacted Files Coverage Δ
src/dparse/parser.d 91.21% <100.00%> (+<0.01%) ⬆️

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 d2e0296...c595555. Read the comment docs.

@dlang-bot dlang-bot merged commit 6f0893f into master Aug 25, 2020
@Hackerpilot Hackerpilot deleted the issue-246 branch August 25, 2020 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add optional offset to peekIs or add overload that takes an offset.

2 participants

Comments