❔ LLVMSharp weird function
Hey, so I'm trynig to convert my class into a LLVM const.
I have a class callled NumberAST:
And I was wondering how to convert it into llvm const.
I found this thingy
I have a class callled NumberAST:
And I was wondering how to convert it into llvm const.
I found this thingy
LLVMValueRef.CreateConstIntOfString() but I can't find it in the docs so i'm not sure how to use it