bytesparadise / libasciidoc

A Golang library for processing Asciidoc files.
Apache License 2.0
205 stars 25 forks source link

refactor(parser): more simplifications in the grammar #1084

Closed xcoulon closed 2 years ago

xcoulon commented 2 years ago

remove the Dot rule use Alphanums rule in some cases simplify Punctuation rule rename InlineWord rule to InlineText

Signed-off-by: Xavier Coulon xcoulon@redhat.com

codecov[bot] commented 2 years ago

Codecov Report

Merging #1084 (54eb75a) into master (8b3c889) will increase coverage by 0.21%. The diff coverage is 100.00%.

:exclamation: Current head 54eb75a differs from pull request most recent head b3f3eb5. Consider uploading reports for the commit b3f3eb5 to get more accurate results

@@            Coverage Diff             @@
##           master    #1084      +/-   ##
==========================================
+ Coverage   80.76%   80.98%   +0.21%     
==========================================
  Files          90       90              
  Lines        7591     7589       -2     
==========================================
+ Hits         6131     6146      +15     
+ Misses        964      948      -16     
+ Partials      496      495       -1