Originally found while working on #33, and also used to contain #37 before splitting that off.
The pretty-printing fix here (not showing OpTypePointer that are used internally in GlobalVarDecl/PtrToGlobalVar but never actually meant to be printed) is relatively small, the main change is the new CI check, which should ensure we don't forget to update README.md.
Originally found while working on #33, and also used to contain #37 before splitting that off.
The pretty-printing fix here (not showing
OpTypePointer
that are used internally inGlobalVarDecl
/PtrToGlobalVar
but never actually meant to be printed) is relatively small, the main change is the new CI check, which should ensure we don't forget to updateREADME.md
.