aboutsummaryrefslogtreecommitdiff
path: root/repl.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-03-30 12:14:24 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-03-30 12:14:24 -0400
commit838c9963fc2216e827ceed80fc352d1d16ea30f9 (patch)
tree82eed3eb921ae36ba745122ed6b182d8b92ec329 /repl.h
parent04d9adc8138566eec5d6bf7b233a6c617306bcce (diff)
Adding a REPL
Diffstat (limited to 'repl.h')
-rw-r--r--repl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/repl.h b/repl.h
new file mode 100644
index 00000000..10ca0cc7
--- /dev/null
+++ b/repl.h
@@ -0,0 +1,5 @@
+#pragma once
+
+void repl(void);
+
+// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0