From 08ab881a480a73d6be005c4b4e1cf35814b53e3c Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 17 Oct 2020 15:22:09 +0800 Subject: +init --- src/nb_lexer.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/nb_lexer.h (limited to 'src/nb_lexer.h') 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 -- cgit v1.1-26-g67d0