titan-lang / titan

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

Separate regular function calls from method calls #179

Closed hugomg closed 6 years ago

hugomg commented 6 years ago

The "Args" datatype was convenient for the parser but got in the way everywhere else.

codecov-io commented 6 years ago

Codecov Report

Merging #179 into lablua will increase coverage by 0.03%. The diff coverage is 86.44%.

Impacted Files Coverage Δ
titan-compiler/ast.lua 95.31% <100%> (-0.15%) :arrow_down:
titan-compiler/scope_analysis.lua 89.77% <57.14%> (+0.38%) :arrow_up:
titan-compiler/checker.lua 90.59% <75%> (-0.19%) :arrow_down:
titan-compiler/parser.lua 95% <75%> (-0.8%) :arrow_down:
titan-compiler/coder.lua 84.21% <90.32%> (+0.25%) :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 62a8439...e81b1c6. Read the comment docs.