gosh-lang / gosh

Gosh is an interpreted language for Go ecosystem written in Go
https://gosh-lang.org
Mozilla Public License 2.0
62 stars 8 forks source link

Problem: gosh has no support for floats #34

Closed linkleonard closed 6 years ago

linkleonard commented 6 years ago

Solution: Add float64 support to gosh

Fixes #31

Pull Request Notice

Before sending a pull request make sure each commit solves one clear, minimal, plausible problem. Further each commit should have the following format:

Problem: X is broken

Solution: do Y and Z to fix X
codecov[bot] commented 6 years ago

Codecov Report

Merging #34 into master will increase coverage by 0.57%. The diff coverage is 87.93%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #34      +/-   ##
==========================================
+ Coverage   77.44%   78.01%   +0.57%     
==========================================
  Files           4        4              
  Lines        1002     1060      +58     
==========================================
+ Hits          776      827      +51     
- Misses        194      200       +6     
- Partials       32       33       +1
Impacted Files Coverage Δ
scanner/scanner.go 96.57% <100%> (+0.15%) :arrow_up:
parser/parser.go 67.16% <63.63%> (-0.09%) :arrow_down:
interpreter/interpreter.go 75.47% <90.9%> (+2.19%) :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 5198cfb...e0e810e. Read the comment docs.