unicode.h 225 B

1234567891011
  1. #pragma once
  2. #include "quantum.h"
  3. #define COMMA UC(0x002C)
  4. #define L_PAREN UC(0x0028)
  5. #define R_PAREN UC(0x0029)
  6. #define EQUALS UC(0x003D)
  7. #define TIMES UC(0x00D7)
  8. #define DIVIDE UC(0x00F7)
  9. #define MINUS UC(0x2212)