aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ugly.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/ugly.h b/ugly.h
new file mode 100644
index 00000000..6c4b873c
--- /dev/null
+++ b/ugly.h
@@ -0,0 +1,24 @@
1enum
2{
3 U_and=128,
4 U_do,
5 U_else,
6 U_elseif,
7 U_end,
8 U_function,
9 U_if,
10 U_local,
11 U_nil,
12 U_not,
13 U_or,
14 U_repeat,
15 U_return,
16 U_then,
17 U_until,
18 U_while,
19 U_eq = '='+128,
20 U_le = '<'+128,
21 U_ge = '>'+128,
22 U_ne = '~'+128,
23 U_sc = '.'+128
24};