ballercat / walt

:zap: Walt is a JavaScript-like syntax for WebAssembly text format :zap:

Home Page:https://ballercat.github.io/walt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document ast node types

ballercat opened this issue · comments

Why

Need a cononical source for what nodes are accepted by the generator as well as what node shapes are generated by the core parser. The compiler is extendable but without node shapes it's more difficult to understand what is going on.

What

Document node shapes or add flow types and coument those.