mirror of https://github.com/minexew/Shrine.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
3.5 KiB
79 lines
3.5 KiB
#help_index "Compiler" |
|
extern U0 CInit(Bool first); |
|
public extern I64 ExeFile(U8 *name,I64 ccf_flags=0); |
|
public extern I64 ExeFile2(U8 *name,I64 ccf_flags=0); |
|
public extern I64 ExePrint(U8 *fmt,...); |
|
public extern I64 ExePrint2(U8 *fmt,...); |
|
public extern I64 ExePutS(U8 *buf,U8 *filename=NULL,I64 ccf_flags=0, |
|
CLexHashTableContext *htc=NULL); |
|
public extern I64 ExePutS2(U8 *buf,U8 *filename=NULL,I64 ccf_flags=0); |
|
public _extern _LAST_FUN I64 LastFun(I64 argc,I64 *argv); |
|
public extern I64 RunFile(U8 *name,I64 ccf_flags=0,...); |
|
public extern I64 RunFile2(U8 *name,I64 ccf_flags=0,...); |
|
public extern CCmpGlbls cmp; |
|
|
|
#help_index "Compiler/Directive" |
|
#help_file "::/Doc/Directives" |
|
public extern Bool Echo(Bool val); |
|
public extern Bool GetOption(I64 num); |
|
public extern I64 PassTrace(I64 i=0b1001111101); |
|
extern U0 StreamDir(); |
|
public extern I64 StreamExePrint(U8 *fmt,...); |
|
public extern U0 StreamPrint(U8 *fmt,...); |
|
public extern Bool Trace(Bool val=ON); |
|
|
|
#help_index "Compiler/Lex" |
|
#help_file "::/Doc/Lex" |
|
extern U0 ClassMemberLstDel(CHashClass *c); |
|
public extern U0 CmpCtrlDel(CCmpCtrl *cc); |
|
public extern CCmpCtrl *CmpCtrlNew(U8 *buf=NULL,I64 flags=0,U8 *filename=NULL); |
|
public extern I64 CmpCtrlSize(CCmpCtrl *cc); |
|
public extern I64 IsLexExpression2Bin( |
|
CCmpCtrl *cc,U8 **machine_code); //FALSE=no err |
|
public extern I64 Lex(CCmpCtrl *cc); |
|
public extern U0 LexAttachDoc(CCmpCtrl *cc,CLexFile *tmpf=NULL, |
|
CDoc *doc=NULL,U8 *abs_filename=NULL,CDocEntry *doc_e=NULL,I64 col=0); |
|
public extern CD2I32 *LexD2I32(CCmpCtrl *cc,CD2I32 *p); |
|
public extern CD3I32 *LexD3I32(CCmpCtrl *cc,CD3I32 *p); |
|
public extern U0 LexExcept(CCmpCtrl *cc,U8 *str=NULL); |
|
public extern I64 LexExpression(CCmpCtrl *cc); |
|
public extern U8 *LexExpression2Bin(CCmpCtrl *cc,I64 *_type=NULL); |
|
public extern F64 LexExpressionF64(CCmpCtrl *cc); |
|
public extern I64 LexExpressionI64(CCmpCtrl *cc); |
|
public extern U8 *LexExtStr(CCmpCtrl *cc,I64 *_size=NULL,Bool lex_next=TRUE); |
|
public extern U8 *LexFirstRem(CCmpCtrl *cc,U8 *marker,I64 _len=NULL); |
|
public extern I64 LexGetChar(CCmpCtrl *cc); |
|
public extern U0 LexPopNoRestore(CCmpCtrl *cc); |
|
public extern U0 LexPopRestore(CCmpCtrl *cc); |
|
public extern U0 LexPush(CCmpCtrl *cc); |
|
public extern U0 LexPutLine(CCmpCtrl *cc,U8 *start); |
|
public extern U0 LexPutPos(CCmpCtrl *cc); |
|
public extern U0 LexPutToken(CCmpCtrl *cc); |
|
public extern U0 LexSkipEol(CCmpCtrl *cc); |
|
public extern U8 *LexStmt2Bin( |
|
CCmpCtrl *cc,I64 *_type,I64 cmp_flags=CMPF_PRS_SEMICOLON); |
|
public extern U0 LexWarn(CCmpCtrl *cc,U8 *str=NULL); |
|
extern CMemberLst *MemberClassBaseFind( |
|
CHashClass *needle_class,CHashClass *haystack_class); |
|
public extern CMemberLst *MemberFind(U8 *needle_str,CHashClass *haystack_class); |
|
extern U0 MemberLstDel(CMemberLst *tmpm); |
|
public extern I64 MemberMetaData(U8 *st,CMemberLst *ml); |
|
public extern CMemberLstMeta *MemberMetaFind(U8 *st,CMemberLst *ml); |
|
public extern CHashClass *OptClassFwd(CHashClass *tmpc); |
|
public extern I64 PrsKeyWord(CCmpCtrl *cc); |
|
|
|
#help_index "Compiler;Cmd Line (Typically)" |
|
extern I64 Cmp(U8 *filename, |
|
U8 *map_name=NULL,U8 *out_name=NULL,U8 mapfile_drv_let=0); |
|
|
|
#help_index "Debugging/Unassemble" |
|
public extern U8 *U(U8 *rip,I64 cnt=20,I64 seg_size=64); |
|
public extern U0 Ui(U8 *buf,U8 **_rip,I64 seg_size=64, |
|
I64 *_jmp_dst=NULL,Bool just_ins=FALSE); |
|
public extern I64 Un(U8 *rip,I64 cnt=0x80,I64 seg_size=64); |
|
extern CUAsmGlbls uasm; |
|
|
|
#help_index "Hash/System" |
|
public extern I64 HashEntrySize(CHashSrcSym *tmph); |
|
public extern I64 HashEntrySize2(CHashSrcSym *tmph); |
|
public extern I64 HashTableSize2(CHashTable *table);
|
|
|