This patches adds a new annotation token called annot_input_end, which
can be used to capture expression in value printing. It works somewhat
like annot_end_of_module token we already have.
This approach is proposed by Richard Smith, thanks!
Signed-off-by: Jun Zhang <jun@junz.org>