neugram / ng

scripting language integrated with Go
https://neugram.io
BSD 2-Clause "Simplified" License
916 stars 43 forks source link

parser: implement named array type declaration #150

Closed sbinet closed 6 years ago

sbinet commented 6 years ago

Fixes neugram/ng#149.

codecov-io commented 6 years ago

Codecov Report

Merging #150 into master will decrease coverage by 0.12%. The diff coverage is 68.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #150      +/-   ##
==========================================
- Coverage   50.18%   50.05%   -0.13%     
==========================================
  Files          22       22              
  Lines        9337     9347      +10     
==========================================
- Hits         4686     4679       -7     
- Misses       4184     4199      +15     
- Partials      467      469       +2
Impacted Files Coverage Δ
parser/parser.go 67.76% <68.75%> (-0.21%) :arrow_down:
parser/scanner.go 64.3% <0%> (-2.24%) :arrow_down:

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 bf80c73...0af2d79. Read the comment docs.