neugram / ng

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

eval,parser,syntax/token,typecheck: implement x << y #216

Closed sbinet closed 6 years ago

sbinet commented 6 years ago

Fixes neugram/ng#206.

codecov-io commented 6 years ago

Codecov Report

Merging #216 into master will decrease coverage by 0.93%. The diff coverage is 10%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #216      +/-   ##
==========================================
- Coverage   49.99%   49.05%   -0.94%     
==========================================
  Files          22       22              
  Lines       10406    10649     +243     
==========================================
+ Hits         5202     5224      +22     
- Misses       4702     4923     +221     
  Partials      502      502
Impacted Files Coverage Δ
parser/scanner.go 71.28% <100%> (+0.17%) :arrow_up:
typecheck/typecheck.go 22.04% <13.04%> (-0.3%) :arrow_down:
eval/op.go 23.87% <7.3%> (-3.23%) :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 89480e5...c452c66. Read the comment docs.