https://github.com/program--/machina
Experimental R to LLVM compiler frontend
https://github.com/program--/machina
Last synced: 3 months ago
JSON representation
Experimental R to LLVM compiler frontend
- Host: GitHub
- URL: https://github.com/program--/machina
- Owner: program--
- License: other
- Created: 2023-05-27T20:32:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-28T18:43:12.000Z (over 2 years ago)
- Last Synced: 2025-02-05T00:27:46.277Z (12 months ago)
- Language: C++
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# machina
An LLVM compiler front-end for the R programming language.
## Alternatives
- [nCompiler](https://github.com/nimble-dev/nCompiler) (R -> C++)
- [ast2ast](https://github.com/Konrad1991/ast2ast) (R -> C++)
- [odin](https://github.com/mrc-ide/odin) (R -> C)
- [r2c](https://github.com/brodieG/r2c) (R -> C)