AnyhowStep / sql-compiler

An experimental SQL compiler
MIT License
0 stars 0 forks source link

Added @variable/@@variable parsing; added better error handling for e… #13

Closed AnyhowStep closed 3 years ago

AnyhowStep commented 3 years ago

…xtras

codecov-commenter commented 3 years ago

Codecov Report

Merging #13 (1f56e82) into master (d0d3e3e) will increase coverage by 0.11%. The diff coverage is 91.17%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
+ Coverage   91.39%   91.50%   +0.11%     
==========================================
  Files         547      547              
  Lines       14068    14074       +6     
  Branches     1848     1850       +2     
==========================================
+ Hits        12857    12878      +21     
+ Misses        975      961      -14     
+ Partials      236      235       -1     
Impacted Files Coverage Δ
src/grammar-runtime-3/grammar.ts 95.23% <ø> (ø)
src/mysql-grammar-2/compiled-grammar.generated.ts 100.00% <ø> (ø)
src/mysql-grammar-2/precedence.ts 100.00% <ø> (ø)
src/grammar-builder/grammar.ts 81.25% <33.33%> (-2.36%) :arrow_down:
src/grammar-builder/build-grammar.ts 9.85% <50.00%> (-0.07%) :arrow_down:
src/grammar-runtime-3/parser-2.ts 81.81% <100.00%> (+0.50%) :arrow_up:
...rc/mysql-grammar-2/expression/simple-expression.ts 100.00% <100.00%> (ø)
src/mysql-grammar-2/rule-util.ts 96.77% <100.00%> (+0.34%) :arrow_up:
src/mysql-grammar-2/syntax-kind.generated.ts 100.00% <100.00%> (ø)
src/mysql-grammar-2/token.generated.ts 100.00% <100.00%> (ø)
... and 6 more

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 d0d3e3e...1f56e82. Read the comment docs.