예제 #1
0
파일: ceptrlib.cs 프로젝트: yamamushi/ceptr
 extern static unsafe void _t2json(Defs *d, TreeNode *tree, int indent, char *buf);
예제 #2
0
파일: ceptrlib.cs 프로젝트: yamamushi/ceptr
 extern static unsafe TreeNode *parseSemtrex(Defs *d, string stx);
예제 #3
0
파일: ceptrlib.cs 프로젝트: yamamushi/ceptr
 extern static unsafe TreeNode *_t_embody_from_match(Defs *d, TreeNode *matchResult, TreeNode *semtrex);
예제 #4
0
파일: ceptrlib.cs 프로젝트: yamamushi/ceptr
 // [return: MarshalAs(UnmanagedType.LPStr)]
 extern static unsafe void __t_dump(Defs *defs, TreeNode *t, int level, char *buf);