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
Make sure the default String() method of syntactic Nodes prints out their JSON representation (which will be our official written representation). For semantics nodes, the String() method should just be Disassemble().String().
The text was updated successfully, but these errors were encountered:
Make sure the default
String()
method of syntactic Nodes prints out their JSON representation (which will be our official written representation). For semantics nodes, theString()
method should just beDisassemble().String()
.The text was updated successfully, but these errors were encountered: