Software development

Heres how to build an interactive Discord bot in under 60 minutes

Categories allow you to control the permissions of multiple channels at the same time using category settings. The loop prevention code here, of course, isn’t strictly necessary; the bot wouldn’t get stuck responding to itself here anyway. Once you’ve created the bot, you should get a message saying, “A wild bot has appeared! Name your …

Heres how to build an interactive Discord bot in under 60 minutes Read More »

Basic Blocks and Flow Graphs of Code Generation

LLVMBasicBlockRefLLVMGetLastBasicBlock Obtain the last basic block in a function. LLVMBasicBlockRefLLVMGetFirstBasicBlock Obtain the first basic block in a function. LLVMValueRefLLVMGetBasicBlockParent Obtain the function to which a basic block belongs. LLVMValueRefLLVMBasicBlockAsValue Convert a basic block instance to a value type. A sequence of contiguous instructions that contains no jumps or labels. Google Docs adding collapsible headings, custom …

Basic Blocks and Flow Graphs of Code Generation Read More »