GrammarViz2 / grammarviz2_src

GrammarViz 2.0 public release:
http://grammarviz2.github.io/grammarviz2_site
GNU General Public License v2.0
120 stars 39 forks source link

Add up-to-date CLI for rule generation and pruning. Resolves #45. #46

Closed macks22 closed 7 years ago

macks22 commented 7 years ago

I adapted the CLI from the cli_pre-release branch to the current code and added an option for pruning.

codecov-io commented 7 years ago

Codecov Report

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

@@            Coverage Diff            @@
##             master      #46   +/-   ##
=========================================
  Coverage     10.04%   10.04%           
- Complexity        0       28   +28     
=========================================
  Files            19       19           
  Lines          1314     1314           
  Branches        215      205   -10     
=========================================
  Hits            132      132           
  Misses         1172     1172           
  Partials         10       10

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 1b6dd3b...b442cc1. Read the comment docs.

seninp commented 7 years ago

Thanks!