EPA: Explicitly capture the EOF position in AnnsModule
At the moment the EOF position is encoded in a pseudo-comment as EpaEofComment.
This makes it difficult to place after ExactPrint delta processing, where the Anchor has a MovedAnchor operation and items have been added to the AST.
Rather record it explicitly in AnnsModule as an anchor, which can be exact printed last.