AnyhowStep / sql-compiler

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

Added RowSimpleExpression, fixed parser bug not skipping expectation … #45

Closed AnyhowStep closed 2 years ago

AnyhowStep commented 2 years ago

…when two of token expected, added more tests

codecov-commenter commented 2 years ago

Codecov Report

Merging #45 (21e1cea) into master (4733258) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #45   +/-   ##
=======================================
  Coverage   91.62%   91.63%           
=======================================
  Files         557      557           
  Lines       14885    14889    +4     
  Branches     2021     2022    +1     
=======================================
+ Hits        13639    13643    +4     
  Misses        990      990           
  Partials      256      256           
Impacted Files Coverage Δ
src/mysql-grammar-2/compiled-grammar.generated.ts 100.00% <ø> (ø)
src/grammar-runtime-3/parser-2.ts 77.19% <100.00%> (ø)
...ql-grammar-2/expression/function-call/arguments.ts 100.00% <100.00%> (ø)
...rc/mysql-grammar-2/expression/simple-expression.ts 100.00% <100.00%> (ø)
src/mysql-grammar-2/syntax-kind.generated.ts 100.00% <100.00%> (ø)
src/scanner-2/scan-all.ts 89.06% <100.00%> (+0.08%) :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 4733258...21e1cea. Read the comment docs.