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 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 > specif

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 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 compiler f

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

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

[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 t