Re: [Rd] Standalone C++ application for processing R parser output(SEXP)

2011-03-26 Thread Rob Anderson
Thanks a lot guys. I'll try out what you suggested. Thanks, RJ On Thu, Mar 24, 2011 at 8:46 AM, Dirk Eddelbuettel e...@debian.org wrote: On 24 March 2011 at 08:08, Duncan Murdoch wrote: | On 11-03-23 7:35 PM, Rob Anderson wrote: | Hi All, | | I am trying to write a source-to-source

Re: [Rd] Standalone C++ application for processing R parser output(SEXP)

2011-03-26 Thread Paul Johnson
On Wed, Mar 23, 2011 at 6:35 PM, Rob Anderson rkjan...@gmail.com wrote: Hi All, I am trying to write a source-to-source compiler for R. I am trying to leverage the R parser code for the purpose. I am trying to transform the SEXP returned from the parser into an AST for our own Ruby embedded

[Rd] Standalone C++ application for processing R parser output(SEXP)

2011-03-24 Thread Rob Anderson
Hi All, I am trying to write a source-to-source compiler for R. I am trying to leverage the R parser code for the purpose. I am trying to transform the SEXP returned from the parser into an AST for our own Ruby embedded Domain specific language. I tried using R CMD SHBIN to compile a C function

Re: [Rd] Standalone C++ application for processing R parser output(SEXP)

2011-03-24 Thread Duncan Murdoch
On 11-03-23 7:35 PM, Rob Anderson wrote: Hi All, I am trying to write a source-to-source compiler for R. I am trying to leverage the R parser code for the purpose. I am trying to transform the SEXP returned from the parser into an AST for our own Ruby embedded Domain specific language. I tried

Re: [Rd] Standalone C++ application for processing R parser output(SEXP)

2011-03-24 Thread Dirk Eddelbuettel
On 24 March 2011 at 08:08, Duncan Murdoch wrote: | On 11-03-23 7:35 PM, Rob Anderson wrote: | Hi All, | | I am trying to write a source-to-source compiler for R. I am trying to | leverage the R parser code for the purpose. I am trying to transform the | SEXP returned from the parser into an