I am going to post my first chapter, just to see if it is acceptable. Any feedback is good feedback for me. Filip On 31 Aug 2010, at 17:25, Rajika Kumarasiri wrote:> Most of the documents (html) are generated using rst2html. So I think a patch to the rst file in llvm/tools/llvmc/doc should be fine. > > Rajika > > On Mon, Aug 30, 2010 at 7:59 PM, F van der Meeren <llvm-dev at code2develop.com> wrote: > As I have stated before, I am creating a LLVM-C tutorial. > Now I expect it to be in a final draft form within 2~3 weeks, but how do I have to deliver it to the community? > > - File format ? > - Style ? > - ... > > Thank you, > > Filip > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100831/169669a1/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: LLVM-C.pdf Type: application/pdf Size: 86407 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100831/169669a1/attachment.pdf> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100831/169669a1/attachment-0001.html>
I am aware that it contains a few (a lot of) mistakes, it is only a draft. But it would be nice to have comments on it or discard reactions from people before I commit more time to this. Filip On 31 Aug 2010, at 22:32, F van der Meeren wrote:> I am going to post my first chapter, just to see if it is acceptable. > Any feedback is good feedback for me. > > > <LLVM-C.pdf> > > > Filip > > On 31 Aug 2010, at 17:25, Rajika Kumarasiri wrote: > >> Most of the documents (html) are generated using rst2html. So I think a patch to the rst file in llvm/tools/llvmc/doc should be fine. >> >> Rajika >> >> On Mon, Aug 30, 2010 at 7:59 PM, F van der Meeren <llvm-dev at code2develop.com> wrote: >> As I have stated before, I am creating a LLVM-C tutorial. >> Now I expect it to be in a final draft form within 2~3 weeks, but how do I have to deliver it to the community? >> >> - File format ? >> - Style ? >> - ... >> >> Thank you, >> >> Filip >> >> >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100831/7d57b9f2/attachment-0001.html>
I think it'd be nice to have a ToC describing what you plan to cover in the "hello world" tutorial. I'll take a look at the tutorial in the week end and send feed back. Rajika On Wed, Sep 1, 2010 at 2:02 AM, F van der Meeren <llvm-dev at code2develop.com>wrote:> I am going to post my first chapter, just to see if it is acceptable. > Any feedback is good feedback for me. > > > > > > Filip > > On 31 Aug 2010, at 17:25, Rajika Kumarasiri wrote: > > Most of the documents (html) are generated using rst2html. So I think a > patch to the rst file in llvm/tools/llvmc/doc should be fine. > > Rajika > > On Mon, Aug 30, 2010 at 7:59 PM, F van der Meeren < > llvm-dev at code2develop.com> wrote: > >> As I have stated before, I am creating a LLVM-C tutorial. >> Now I expect it to be in a final draft form within 2~3 weeks, but how do I >> have to deliver it to the community? >> >> - File format ? >> - Style ? >> - ... >> >> Thank you, >> >> Filip >> >> >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> > > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100901/53eafaa2/attachment.html>
That was all I needed to hear :-) Because I am already at "chapter 3", which is regular expressions in C, but then made so that each regex becomes a real and true function. And doubt suddenly struck. What if my style isn't exactly what the LLVM community wants... On 01 Sep 2010, at 15:09, nessim wrote:> hey Filip, > > I'm afraid i can't give you technical feedback on the paper since i'm not familiar with those parts of llvm but i know i'd love to have something like that for the parts of llvm i am hacking (besides the llvm source itself which, although authoritative, is far from simple!). i read it, it made immediate sense and i liked the style. i'd love to see more tutorials at that level. > > good luck and have fun, > n > > > On 31 August 2010 22:55, F van der Meeren <filip at code2develop.com> wrote: > I am aware that it contains a few (a lot of) mistakes, it is only a draft. But it would be nice to have comments on it or discard reactions from people before I commit more time to this. > > Filip > > On 31 Aug 2010, at 22:32, F van der Meeren wrote: > >> I am going to post my first chapter, just to see if it is acceptable. >> Any feedback is good feedback for me. >> >> >> <LLVM-C.pdf> >> >> >> Filip >> >> On 31 Aug 2010, at 17:25, Rajika Kumarasiri wrote: >> >>> Most of the documents (html) are generated using rst2html. So I think a patch to the rst file in llvm/tools/llvmc/doc should be fine. >>> >>> Rajika >>> >>> On Mon, Aug 30, 2010 at 7:59 PM, F van der Meeren <llvm-dev at code2develop.com> wrote: >>> As I have stated before, I am creating a LLVM-C tutorial. >>> Now I expect it to be in a final draft form within 2~3 weeks, but how do I have to deliver it to the community? >>> >>> - File format ? >>> - Style ? >>> - ... >>> >>> Thank you, >>> >>> Filip >>> >>> >>> >>> _______________________________________________ >>> LLVM Developers mailing list >>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >>> >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100901/995af730/attachment.html>
Added the TOC On 01 Sep 2010, at 14:11, Rajika Kumarasiri wrote:> I think it'd be nice to have a ToC describing what you plan to cover in the "hello world" tutorial. I'll take a look at the tutorial in the week end and send feed back. > > Rajika > > On Wed, Sep 1, 2010 at 2:02 AM, F van der Meeren <llvm-dev at code2develop.com> wrote: > I am going to post my first chapter, just to see if it is acceptable. > Any feedback is good feedback for me. > > > > > > Filip > > On 31 Aug 2010, at 17:25, Rajika Kumarasiri wrote: > >> Most of the documents (html) are generated using rst2html. So I think a patch to the rst file in llvm/tools/llvmc/doc should be fine. >> >> Rajika >> >> On Mon, Aug 30, 2010 at 7:59 PM, F van der Meeren <llvm-dev at code2develop.com> wrote: >> As I have stated before, I am creating a LLVM-C tutorial. >> Now I expect it to be in a final draft form within 2~3 weeks, but how do I have to deliver it to the community? >> >> - File format ? >> - Style ? >> - ... >> >> Thank you, >> >> Filip >> >> >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100903/0bf3e3c2/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: LLVM-C.pdf Type: application/pdf Size: 429635 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100903/0bf3e3c2/attachment.pdf> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100903/0bf3e3c2/attachment-0001.html>