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: implement binary '&^' #217

Closed sbinet closed 6 years ago

sbinet commented 6 years ago

Fixes neugram/ng#214.

codecov-io commented 6 years ago

Codecov Report

Merging #217 into master will decrease coverage by 0.16%. The diff coverage is 16.36%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #217      +/-   ##
==========================================
- Coverage   49.05%   48.88%   -0.17%     
==========================================
  Files          22       22              
  Lines       10649    10704      +55     
==========================================
+ Hits         5224     5233       +9     
- Misses       4923     4969      +46     
  Partials      502      502
Impacted Files Coverage Δ
parser/scanner.go 71.45% <100%> (+0.16%) :arrow_up:
eval/op.go 23.31% <11.53%> (-0.57%) :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 564bba5...8d3b03a. Read the comment docs.