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