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
Actually they're not just missing from AST, they aren't implemented in Tact at all.
I've just tried adding them but seems that handling variable scoping there isn't trivial so I suggest to move it from 1.3.1 to 1.4.0 instead.
Block statements are a part of the Tact grammar but those are not processed when converting Ohm.js's CSTs to ASTs.
Hence this code snippet
results in the following error message:
The text was updated successfully, but these errors were encountered: