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

"null" as a value, struct bugfixes #177

Closed ballercat closed 5 years ago

ballercat commented 5 years ago
coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 254


Totals Coverage Status
Change from base Build 247: 0.002%
Covered Lines: 1939
Relevant Lines: 1939

💛 - Coveralls
JobLeonard commented 5 years ago

Add's support for null

Why not take this opportunity to fix the billion dollar mistake? :P

JobLeonard commented 5 years ago

Reference: https://www.infoq.com/presentations/Null-References-The-Billion-Dollar-Mistake-Tony-Hoare

(and of course I know we can't avoid pointers in this context. Still a good watch!)