summaryrefslogtreecommitdiff
path: root/src/nb_lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nb_lexer.h')
-rw-r--r--src/nb_lexer.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/nb_lexer.h b/src/nb_lexer.h
new file mode 100644
index 0000000..8360c24
--- /dev/null
+++ b/src/nb_lexer.h
@@ -0,0 +1,8 @@
+#ifndef NB_LEXER_H
+#define NB_LEXER_H
+
+#include "nb_vm.h"
+
+void nbI_lexing(NbVM* vm);
+
+#endif \ No newline at end of file