#include "nasal.h" constexpr uint32_t VM_LEXINFO =1; constexpr uint32_t VM_ASTINFO =2; constexpr uint32_t VM_CODEINFO =4; constexpr uint32_t VM_EXECTIME =8; constexpr uint32_t VM_OPCALLNUM=16; constexpr uint32_t VM_EXEC =32; constexpr uint32_t VM_DBGINFO =64; void help() { std::cout #ifdef _WIN32 <<"use command \'chcp 65001\' if want to use unicode.\n" #endif <<"nasal