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