neugram / ng

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

eval,typecheck: implement len("str") #226

Closed sbinet closed 6 years ago

sbinet commented 6 years ago

Fixes neugram/ng#225.

codecov-io commented 6 years ago

Codecov Report

Merging #226 into master will decrease coverage by 0.05%. The diff coverage is 10.52%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #226      +/-   ##
=========================================
- Coverage   48.15%   48.1%   -0.06%     
=========================================
  Files          22      22              
  Lines       10887   10903      +16     
=========================================
+ Hits         5243    5245       +2     
- Misses       5142    5156      +14     
  Partials      502     502
Impacted Files Coverage Δ
typecheck/typecheck.go 21.91% <0%> (-0.12%) :arrow_down:
eval/eval.go 80.77% <100%> (+0.02%) :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 e28ecd9...a1899b7. Read the comment docs.

sbinet commented 6 years ago

ping?