Remove tok::annot_module_name and added error recovery to continue parsing the ill-formed module/import directive which was not correctly recognized in preprocessor
Introduce annot_module_name to explicit mark module name tokens, e.g. with this change, we can currectly handle 'export module x BAR;', BAR is a macro expands to '.y'