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 9, 2021. It is now read-only.
I think the simplest way to implement this would be a command which tries its best to simplify or resolve the current expression. It would turn 2+3 into 5, pkg.One + pkg.Two into 3, concatenate strings, and so on.
Initially this would only work on constants, but it would be good if it also worked on "partial" constants. For example, nonConst * 10 * 10 could be simplified into nonConst * 100.
e.g. gogrep 5 should match
2+3
and also the first part of5+7
.The text was updated successfully, but these errors were encountered: