agoric-labs/jessica

Initializer is no longer mandatory?

Opened this issue · 0 comments

dckc commented

binding <-
bindingPattern EQUALS assignExpr ${(p, _, e) => ['bind', p, e]}
/ defVar EQUALS assignExpr ${(p, _, e) => ['bind', p, e]}
/ defVar;

There was a "Initializer is mandatory" comment as of Jun 5 2018
https://github.com/Agoric/Jessie/blame/a794135cad9bb82626068b13f0838a70169654de/src/tinyses.js#L276