You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In easter/src/smt.rs, I found that const and let are belong to Decl but var is belong to Stmt. It's very strange, and it's different to esprima. I want to know why. Thank you.
The text was updated successfully, but these errors were encountered:
In
easter/src/smt.rs
, I found thatconst
andlet
are belong toDecl
butvar
is belong toStmt
. It's very strange, and it's different to esprima. I want to know why. Thank you.The text was updated successfully, but these errors were encountered: