function sc_Token(type, val, pos) {
    this.type = type;
    this.val = val;
    this.pos = pos;
}