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