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

Use the LPAREN and RPAREN macros in gcc asm grammar #407

Closed Hackerpilot closed 4 years ago

Hackerpilot commented 4 years ago

You can see the problem here: https://libdparse.dlang.io/grammar.html#gccAsmOperand

codecov[bot] commented 4 years ago

Codecov Report

Merging #407 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #407   +/-   ##
=======================================
  Coverage   78.58%   78.58%           
=======================================
  Files           9        9           
  Lines        7382     7382           
=======================================
  Hits         5801     5801           
  Misses       1581     1581           
Impacted Files Coverage Δ
src/dparse/parser.d 91.12% <ø> (ø)

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 78ed0d0...f24955c. Read the comment docs.

Geod24 commented 4 years ago

@Hackerpilot : Unrelated to this PR, but could you give a kick to the registry (https://code.dlang.org/packages/libdparse) ?

Hackerpilot commented 4 years ago

No, because the part of the dub registry that sends password reset emails is about as fast as the part that scans for new release tags. I'll check in on this tomorrow.