enum jnc_ModuleCompileErrorKind

#include <jnc_Module.h>

enum jnc_ModuleCompileErrorKind {
    jnc_ModuleCompileErrorKind_ParseSyntax,
    jnc_ModuleCompileErrorKind_ParseSemantic,
    jnc_ModuleCompileErrorKind_PostParse,
};