public CharTokenExpr(CharConst ch) => this.ch = ch;
public CharacterChar(CharConst ch) : base(ch) { this.ch = ch; }