diff options
Diffstat (limited to 'src/nb_common.h')
-rw-r--r-- | src/nb_common.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/nb_common.h b/src/nb_common.h new file mode 100644 index 0000000..220d399 --- /dev/null +++ b/src/nb_common.h @@ -0,0 +1,18 @@ +#ifndef NB_COMMON_H +#define NB_COMMON_H + +// nbM(emory) memory +// nbX(lexer) lexer +// nbP(arser) parser +// nbV(m) vm +// nbD(ebug) debug +// nbL(load) module +// nbS(tring) string +// nb external API +// nb(map) map +// nb(list) list +// nb(hashset) hashset + +#define NB_API __declspec(dllexport) + +#endif
\ No newline at end of file |