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
Right now, the parser does both a syntactic ingestion of a program using pyparsing as well as does semantic interpretation of the parsed syntax into a pipeline. Some of the methods are quite long, and they include some code which seems unreachable.
We might want to consider splitting out the syntax and semantic parsing into separate classes with public methods and wrap those with an outer class which the user calls.
The text was updated successfully, but these errors were encountered:
Right now, the parser does both a syntactic ingestion of a program using pyparsing as well as does semantic interpretation of the parsed syntax into a pipeline. Some of the methods are quite long, and they include some code which seems unreachable.
We might want to consider splitting out the syntax and semantic parsing into separate classes with public methods and wrap those with an outer class which the user calls.
The text was updated successfully, but these errors were encountered: