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
I don't see a reason on paper why this couldn't happen, the main challenge is deciding which bits of state to expose to such functions, and how they transfer state between each other, without tightly coupling the implementation.
Also these would need to be written using named references rather than inline code, in order to support multiple languages as we do for our node-building actions.
I love these. They are useful to parse, for example, indentation based languages.
In Peggy.js these are the
&{...}
and&(...)
syntaxes.Nice project, your docs are great.
The text was updated successfully, but these errors were encountered: