summaryrefslogtreecommitdiff
path: root/src/nb_lexer.h
blob: 8360c24026733ef16167f5e655e07649a0858a13 (plain)
1
2
3
4
5
6
7
8
#ifndef NB_LEXER_H
#define NB_LEXER_H

#include "nb_vm.h"

void nbI_lexing(NbVM* vm); 

#endif