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 #222

Closed sbinet closed 6 years ago

sbinet commented 6 years ago

Fixes neugram/ng#221.

codecov-io commented 6 years ago

Codecov Report

Merging #222 into master will decrease coverage by 0.72%. The diff coverage is 5.43%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #222      +/-   ##
==========================================
- Coverage   48.88%   48.15%   -0.73%     
==========================================
  Files          22       22              
  Lines       10704    10887     +183     
==========================================
+ Hits         5233     5243      +10     
- Misses       4969     5142     +173     
  Partials      502      502
Impacted Files Coverage Δ
typecheck/typecheck.go 22.03% <0%> (-0.02%) :arrow_down:
parser/scanner.go 71.62% <100%> (+0.16%) :arrow_up:
eval/op.go 20.71% <3.93%> (-2.61%) :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 a816e34...bca72c2. Read the comment docs.