diff options
author | chai <chaifix@163.com> | 2020-10-17 15:22:09 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-10-17 15:22:09 +0800 |
commit | 08ab881a480a73d6be005c4b4e1cf35814b53e3c (patch) | |
tree | 00297c01905cff519509598c5340a82c0fc2e941 /src/nb_lexer.c |
Diffstat (limited to 'src/nb_lexer.c')
-rw-r--r-- | src/nb_lexer.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/nb_lexer.c b/src/nb_lexer.c new file mode 100644 index 0000000..6ed985d --- /dev/null +++ b/src/nb_lexer.c @@ -0,0 +1,9 @@ +#include "nb_lexer.h" + +void nbI_lexing(NbVM* vm) { + +} + +static void next() { + +} |