Page Menu
Home
Xreate
Search
Configure Global Search
Log In
Docs
Questions
Repository
Issues
Patches
Internal API
Files
F3999649
opcode.comments
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jul 9, 2:43 AM
Size
501 B
Mime Type
text/plain
Expires
Sat, Jul 11, 2:43 AM (1 d, 5 h)
Engine
blob
Format
Raw Data
Handle
272606
Attached To
rXR Xreate
opcode.comments
View Options
/*
ASTLispNode
transform(
function(__name, __vars), function(name(__name), vars-list(__vars), body(function.body)
)
*/
add(y, div(add(x, 5), 15))))
opcode(add, LLVMAddInstruction)
opcode(div, LLVMDivideInstruction)
function(name(first-function),
vars-list(var(name(x), type(i32)), var(name(y), type(i32))),
return(type(i32)),
body(
div(add(x, 5), y)))
function (name(second-f), vars-list, return(type(i32)), body(
add(add (10, 20), first-function(11, 80))
))
main(second-f)
Event Timeline
Log In to Comment