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
There is duplication in shim.ml in smoosh and ast.ml in libdash. With recent work on PaSh helping to improve the libdash parsers, we should move Smoosh over to that infrastructure. There'll be some cost in copying (parse dash ast -> libdash ast -> smoosh ast), but it'll simplify things.
The text was updated successfully, but these errors were encountered:
There is duplication in shim.ml in smoosh and ast.ml in libdash. With recent work on PaSh helping to improve the libdash parsers, we should move Smoosh over to that infrastructure. There'll be some cost in copying (parse dash ast -> libdash ast -> smoosh ast), but it'll simplify things.
The text was updated successfully, but these errors were encountered: