ballercat / walt

:zap: Walt is a JavaScript-like syntax for WebAssembly text format :zap:
https://ballercat.github.io/walt/
MIT License
4.64k stars 122 forks source link

Improved subscript and property access handling #178

Closed ballercat closed 5 years ago

ballercat commented 5 years ago

Normalize and improve property access and subscript in the parser phases.

Fixes, Improvements

Grammar

Internal

node; // complex node like a function call or binary expression
return stmt`i32.load(${node} + 1024);`
coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 282


Totals Coverage Status
Change from base Build 273: -0.04%
Covered Lines: 1950
Relevant Lines: 1950

💛 - Coveralls