search for: afb14b24

Displaying 2 results from an estimated 2 matches for "afb14b24".

2013 Dec 03
0
[LLVMdev] Fwd: code-generating constant strings
For some reason the mail didn't got through the first time, so sending it again. -------- Original Message -------- Subject: code-generating constant strings Date: Tue, 03 Dec 2013 01:56:11 +0100 From: Alexander Popolitov <popolit at gmail.com> To: llvmdev at cs.uiuc.edu. Hi, everyone! I have maybe very naive question, but nontheless. I'm experimenting with Kaleidoscope
2013 Dec 03
2
[LLVMdev] code-generating constant strings
Hi, everyone! I have maybe very naive question, but nontheless. I'm experimenting with Kaleidoscope tutorial and I want to morph it into something similar to McCarthy's initial Lisp. For that, I need to implement symbols, which I thought I should implement as pointers to structures, and those structures would contain at least one field, which would be symbol's name. So, here's a