summaryrefslogtreecommitdiff
path: root/MLKLispValue.m
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-10 16:52:52 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-10 16:52:52 +0200
commitbd264499c08c196aa2ce69702cba0829ab24788a (patch)
treecbead7c232beb7f9b789458d0bc3734960468e01 /MLKLispValue.m
Beginnings of a Lisp compiler.
Diffstat (limited to 'MLKLispValue.m')
-rw-r--r--MLKLispValue.m8
1 files changed, 8 insertions, 0 deletions
diff --git a/MLKLispValue.m b/MLKLispValue.m
new file mode 100644
index 0000000..1b409d2
--- /dev/null
+++ b/MLKLispValue.m
@@ -0,0 +1,8 @@
+/* -*- mode: objc; coding: utf-8 -*- */
+/* Copyright 2008, Matthias Benkard. */
+
+#include "MLKLispValue.h"
+
+
+@implementation MLKLispValue
+@end