riposte
Interpreter/JIT compiler
A fast interpreter and JIT compiler for the R programming language
a fast interpreter and JIT for R
90 stars
25 watching
10 forks
Language: C++
last commit: about 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
bedatadriven/renjin | An interpreter for the R programming language, providing a modern alternative to GNU R. | 514 |
cjheath/treetop | A toolset for building interpreters of simple languages using parsing expression grammars and Ruby | 306 |
rho-devel/rho | A refactoring effort to create an efficient, modern VM for R language interpreter | 133 |
jonatas/fast | Tools to search and refactor Ruby code directly in its abstract syntax tree | 256 |
yiransheng/basic_rs | An implementation of the original Dartmouth BASIC language in Rust, with both interpreter and compiler capabilities. | 38 |
bradford-hamilton/monkey_lang_rust | Rewriting a scripting language in Rust to create a compiler and interpreter implementation | 6 |
jyh1/mmaclone | An interpreter of Wolfram Language implemented in Haskell to deepen understanding of the language and its ecosystem | 242 |
folyd/robotstxt | A Rust port of Google's robots.txt parser and matcher C++ library | 89 |
bhollis/maruku | A pure-Ruby Markdown interpreter with syntax support for original and extended Markdown standards. | 502 |
rustadopt/jzon-rs | A JSON parsing and serialization library in Rust | 8 |
mwerezak/sphinx-lang | An interpreter for a dynamically typed language written in Rust, aiming to create a lightweight and expressive language runtime. | 290 |
r-lib/tree-sitter-r | An R grammar for tree-sitter that provides Rust bindings | 115 |
rstudio/reticulate | Enables seamless integration of Python and R programming languages in a single software development environment. | 1,682 |
rstudio/plumber | Converts R code into a web API with minimal configuration | 1,407 |
narasimha1997/boson-lang | A programming language and ecosystem built on Rust to provide an interpreted, dynamically-typed platform for general-purpose hobby programming. | 122 |