neugram / ng

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

implement binop-^, binop-&, binop-% #208

Closed sbinet closed 6 years ago

sbinet commented 6 years ago

Fixes neugram/ng#203. Fixes neugram/ng#204. Fixes neugram/ng#205.

codecov-io commented 6 years ago

Codecov Report

Merging #208 into master will decrease coverage by 0.47%. The diff coverage is 11.53%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #208      +/-   ##
==========================================
- Coverage   50.46%   49.99%   -0.48%     
==========================================
  Files          22       22              
  Lines       10252    10406     +154     
==========================================
+ Hits         5174     5202      +28     
- Misses       4576     4702     +126     
  Partials      502      502
Impacted Files Coverage Δ
eval/op.go 27.1% <11.53%> (-3.12%) :arrow_down:
parser/scanner.go 71.11% <0%> (+1.99%) :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 867b689...747a592. Read the comment docs.