AstString: {
    id: number;
    kind: "string";
    loc: SrcInfo;
    value: string;
}