Displaying 2 results from an estimated 2 matches for "recursiveti".
Did you mean:
  recursivety
  
2008 May 11
0
[LLVMdev] Python bindings available.
On May 11, 2008, at 07:36, Mahadevan R wrote:
> Hi Gordon,
>
> Thanks for your comments.
>>
No problem.
>> :) Type handles in particular are very important. You can't form a  
>> recursive type without using them, so you can't build any sort of  
>> data structure.
>
> On it already. BTW, where can I find a good example of how to use it?
To close
2008 May 11
2
[LLVMdev] Python bindings available.
Hi Gordon,
Thanks for your comments.
>  > Constant.string(value, dont_null_terminate) -- value is a string
>  > Constant.struct(consts, packed) -- a struct, consts is a list of
>  > other constants, packed is boolean
>
>  I did this in Ocaml initially, but found the boolean constants pretty
>  confusing to read in code. I kept asking "What's that random true