titan-lang / titan

The Titan programming language
http://titan-lang.org
MIT License
406 stars 13 forks source link

Add basic I/O output support #225

Closed hugomg closed 6 years ago

hugomg commented 6 years ago

This limited version of io.write only accepts a single argument of type string and does not respect the "current output file" set by io.outout()

codecov-io commented 6 years ago

Codecov Report

Merging #225 into lablua will increase coverage by 0.06%. The diff coverage is 100%.

Impacted Files Coverage Δ
titan-compiler/builtins.lua 100% <100%> (ø) :arrow_up:
titan-compiler/checker.lua 93.37% <100%> (+0.08%) :arrow_up:
titan-compiler/coder.lua 91.9% <100%> (+0.12%) :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 15afebb...85b9d7a. Read the comment docs.