<div dir="ltr">actually I think I this is generated from the "POSIX.t" timber file... ok, I would just need the documentation / hackers guide now... :-) please let me know if any such info is available... <div><br></div><div>Else will walk through the code and see if I can figure things out!</div><div><br></div><div>Thanks.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Dec 5, 2015 at 5:43 PM, asp imho <span dir="ltr"><<a href="mailto:asp654@gmail.com" target="_blank">asp654@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Also I see that we are using "POSIX.h" in env.c file... but could NOT find POSIX.h in the source tar... is this auto-generated during compile time? if so can someone point as to how it is generated?<div><br></div><div>Thanks.</div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Dec 5, 2015 at 5:03 PM, asp imho <span dir="ltr"><<a href="mailto:asp654@gmail.com" target="_blank">asp654@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span style="font-size:12.8px">Hi,</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I'm trying to understand the layout and design of the Timber language compiler.. could not find any documents on this. </div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I see that in Execution.hs function passes compile time arguments to the compiler/linker<br></div><div style="font-size:12.8px"><p>linkO cfg clo r o_files</p></div><div style="font-size:12.8px"><p>                                       ++ " -DROOT=" ++ rootId ++ " "</p><p>                                       ++ " -DROOTINIT=" ++ initId ++ " "</p></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">and the main function in rts.c file: (is this the starting point of ANY Timber function) and from here we give the "start" (or ROOT) of the timber program at compile time?</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">main() {</div><div style="font-size:12.8px"><p>    ROOTINIT();</p><p>    envStart(ROOT);</p></div><div style="font-size:12.8px">}</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">is there a "Developers/ Hackers" document to timber? any pointers to great.. </div><div style="font-size:12.8px"><br></div></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>