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
{{ message }}
This repository has been archived by the owner on Jun 23, 2018. It is now read-only.
Each engine has a method that decides whether a given command should be passed to the evaluator or continued to the next line, and in the latter case, whether there should be any change in indentation. Right now a lot of code for doing this is shared between the engines. Once we have all or most of the engines added, we should factor out the common code into a small util library.
The text was updated successfully, but these errors were encountered:
Each engine has a method that decides whether a given command should be passed to the evaluator or continued to the next line, and in the latter case, whether there should be any change in indentation. Right now a lot of code for doing this is shared between the engines. Once we have all or most of the engines added, we should factor out the common code into a small util library.
The text was updated successfully, but these errors were encountered: