Package: tccquickr 0.0.0.9000
tccquickr: Experimental R Code Transformation Framework on Top of 'Rtinycc'
Provides an experimental and intentionally narrow declare()-annotated R code transformation and R-to-C compilation framework built on top of 'Rtinycc'. The package contains frontend parsing, typed IR, middle-end kernel rewrites, target C emission, and backend-neutral compilation helpers while keeping the underlying TinyCC toolchain and FFI runtime in 'Rtinycc' <https://github.com/sounkou-bioinfo/Rtinycc>.
Authors:
tccquickr_0.0.0.9000.tar.gz
tccquickr_0.0.0.9000.zip(r-4.7)tccquickr_0.0.0.9000.zip(r-4.6)tccquickr_0.0.0.9000.zip(r-4.5)
tccquickr_0.0.0.9000.tgz(r-4.6-any)tccquickr_0.0.0.9000.tgz(r-4.5-any)
tccquickr_0.0.0.9000.tar.gz(r-4.7-any)tccquickr_0.0.0.9000.tar.gz(r-4.6-any)
tccquickr_0.0.0.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
tccquickr/json (API)
| # Install 'tccquickr' in R: |
| install.packages('tccquickr', repos = c('https://sounkou-bioinfo.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/sounkou-bioinfo/tccquickr/issues
Last updated from:7be115abe1. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 154 | ||
| source / vignettes | OK | 159 | ||
| linux-release-x86_64 | OK | 164 | ||
| macos-release-arm64 | OK | 138 | ||
| macos-oldrel-arm64 | OK | 148 | ||
| windows-devel | OK | 261 | ||
| windows-release | OK | 256 | ||
| windows-oldrel | OK | 254 | ||
| wasm-release | OK | 102 |
Exports:tccq_analyzetccq_backend_shlibtccq_backend_sourcetccq_backend_tinycctccq_compiletccq_jit
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Format a 'tccq' type | format.tccq_type |
| Print a 'tccq' module summary | print.tccq_module |
| Print a 'tccq' type | print.tccq_type |
| Analyze an R function for typed-compilation reconnaissance | tccq_analyze |
| 'tccq' backend factories | tccq_backends tccq_backend_shlib tccq_backend_source tccq_backend_tinycc |
| Experimental tccq R-to-C compiler entry point | tccq_compile |
| Runtime-specialized JIT dispatcher for declared-typed 'tccq' functions | tccq_jit |
