From bd264499c08c196aa2ce69702cba0829ab24788a Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Tue, 10 Jun 2008 16:52:52 +0200 Subject: Beginnings of a Lisp compiler. --- MLKLispValue.m | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 MLKLispValue.m (limited to 'MLKLispValue.m') 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 -- cgit v1.2.3