summaryrefslogtreecommitdiffstats
path: root/users/konstantin/unicode.h
blob: 09af7e1c7f6c04c5149c1d95057fb0b81933abaf (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include "quantum.h"

#define COMMA   UC(0x002C)
#define L_PAREN UC(0x0028)
#define R_PAREN UC(0x0029)
#define EQUALS  UC(0x003D)
#define TIMES   UC(0x00D7)
#define DIVIDE  UC(0x00F7)
#define MINUS   UC(0x2212)