let default_context lb =
{
loc = Loc.ghost;
in_comment = false;
quotations = true;
antiquots = false;
lexbuf = lb;
buffer = Buffer.create 256;
}