Displaying 4 results from an estimated 4 matches for "transpil".
Did you mean:
transpile
2018 Aug 27
2
Transpiler Question
...ite a full backend for python and our
custom syntax. The documentation here:
https://llvm.org/docs/WritingAnLLVMBackend.html discusses various hardware
targets but nothing on software targets.
My questions are as such:
- Is my case the correct use of LLVM?
- Should I be writing an LLVM backend to transpile? (if not would a pass
suffice?)
- Is there any documentation that I have missed trying to target a software
architecture?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180827/c56a49ec/attachment.h...
2019 Mar 05
1
Should CRAN accept packages with non-R code that transcompiles into R code?
On Tue, Mar 5, 2019 at 12:52 PM Gabriel Becker <gabembecker at gmail.com>
wrote:
> I have thought about and have (somewhere "up near the top" of my todo
> list) prototyping a preprocessor for R, and I have relevant code that emits
> (transpiles, in a way) structured comments into S4 code in
> https://github.com/gmbecker/S4Coffee.
>
> All that said, until/unless the preprocessor is officially part of the R
> CMD build step, what putting code like that on CRAN would look like is you
> keep the raw code in /inst somewhere, a...
2019 Mar 04
4
Should CRAN accept packages with non-R code that transcompiles into R code?
It may be possible to create an R-like programming language that
transcompiles into R code (or otherwise constructs R objects and calls
R functions).
I'm not sure whether it would pass R check or not, I will probably try...
But the bigger question is:
Should CRAN accept packages written in such a way?
I could email Kurt Hornik or Uwe Ligges, and ask them.
However, I thought that I would ask
2019 Mar 04
0
Should CRAN accept packages with non-R code that transcompiles into R code?
Abs (?),
I have thought about and have (somewhere "up near the top" of my todo list)
prototyping a preprocessor for R, and I have relevant code that emits
(transpiles, in a way) structured comments into S4 code in
https://github.com/gmbecker/S4Coffee.
All that said, until/unless the preprocessor is officially part of the R
CMD build step, what putting code like that on CRAN would look like is you
keep the raw code in /inst somewhere, and you do the emitting o...