aboutsummaryrefslogtreecommitdiff
path: root/src/interp/sys-constants.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/sys-constants.boot')
-rw-r--r--src/interp/sys-constants.boot9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/interp/sys-constants.boot b/src/interp/sys-constants.boot
index ab119c84..b50e1d56 100644
--- a/src/interp/sys-constants.boot
+++ b/src/interp/sys-constants.boot
@@ -731,3 +731,12 @@ $KillLispSystem == 14
$SpadReaderTag ==
"SPAD__READER"
+
+--%
+
+++ List of operator names that can be overloaded in libraries.
+$OperatorFunctionNames ==
+ ["**", "^", "*", "/", "rem", "quo", "mod", "div", "exquo",
+ "+", "-", ">", ">=", "=", "~=", "<", "<=", "~", "not",
+ "case", "and", "or", "<<", ">>" ]
+