M2
M2 copied to clipboard
Pseudocode and disassemble issues
Remaining tasks from https://github.com/Macaulay2/M2/issues/3395#issuecomment-2277134043:
- rename
Pseudocode -> PseudocodeBody, addPseudocodeas common parent to parallelFunction/FunctionBody/FunctionClosure. - combine
functionBodyandsymbolBodyand have it return the inner "body" of symbols, functions, and pseudocodes. - make
Pseudocodeobjects easily traverseable (mainly getting#methods to work)