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
Currently we just dump expressions as Strings using some custom functions. We should use a proper pretty-printing library and be agnostic about the final string type. Precedence and associativity of operators should also be taken into account.
I've started writing a suitable library (mostly by extracting various pieces from the plutus-core codebase).
The text was updated successfully, but these errors were encountered:
Currently we just dump expressions as
String
s using some custom functions. We should use a proper pretty-printing library and be agnostic about the final string type. Precedence and associativity of operators should also be taken into account.I've started writing a suitable library (mostly by extracting various pieces from the
plutus-core
codebase).The text was updated successfully, but these errors were encountered: