summaryrefslogtreecommitdiff
path: root/src/repl/repl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/repl/repl.h')
-rw-r--r--src/repl/repl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/repl/repl.h b/src/repl/repl.h
index f467b78..2a49288 100644
--- a/src/repl/repl.h
+++ b/src/repl/repl.h
@@ -2,6 +2,11 @@
#ifndef REPL_H
#define REPL_H
+/**
+ * @brief Starts the Read-Eval-Print Loop (REPL).
+ *
+ * @param self_path Path to the executable/ZC compiler itself.
+ */
void run_repl(const char *self_path);
#endif