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
Placeholder to myself or somebody to find some time to refactor the module in the following points
replace all expect with ok_or(..)
refactor grammar (it feels like we need to squash some levels)
rewrite ast prasing. (it feels there is the implementation that heavily relies on the knowledge of the grammar itself which can be painful to handle in some cases)
ensure that all possible cases are covered with tests
The text was updated successfully, but these errors were encountered:
Placeholder to myself or somebody to find some time to refactor the module in the following points
expect
withok_or(..)
The text was updated successfully, but these errors were encountered: