summaryrefslogtreecommitdiffstats
path: root/repl.h
diff options
context:
space:
mode:
Diffstat (limited to 'repl.h')
-rw-r--r--repl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/repl.h b/repl.h
new file mode 100644
index 0000000..faf70b4
--- /dev/null
+++ b/repl.h
@@ -0,0 +1,6 @@
1#include "types.h"
2
3LISP_OBJECT PRINT(char *input);
4LISP_OBJECT EVAL(char *input);
5LISP_OBJECT READ(char *input);
6LISP_OBJECT rep(char *input);