dlang-community / libdparse

Library for lexing and parsing D source code
https://libdparse.dlang.io
Boost Software License 1.0
115 stars 57 forks source link

Add some functions that simplify token lookahead. #433

Closed Hackerpilot closed 4 years ago

Hackerpilot commented 4 years ago

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

codecov[bot] commented 4 years ago

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%) :arrow_up:

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.