aboutsummaryrefslogtreecommitdiff
path: root/eval.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'eval.cpp')
-rw-r--r--eval.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/eval.cpp b/eval.cpp
index 47cdc66..add754f 100644
--- a/eval.cpp
+++ b/eval.cpp
@@ -31,6 +31,7 @@ void Evaluator::add_builtin_routines() {
ADD_ENTRY("lambda", new SpecialOptLambda());
ADD_ENTRY("define", new SpecialOptDefine());
ADD_ENTRY("set!", new SpecialOptSet());
+ ADD_ENTRY("quote", new SpecialOptQuote());
}
Evaluator::Evaluator() {