private static Map<String, Pattern> patterns = new HashMap<String, Pattern>();
@Override
public Token go() {
IContext ctx = ctx();
if (ctx.insideDirectiveComment()) {
return null;
//raiseParseException("directive comment not closed");
}
ICodeType type = ctx.peekCodeType();
while (null != type) {