char function

Implementation

CharacterClassExpression char(int c) => CharacterClassExpression([
      [c, c]
    ]);