a vim9script -> lua transpiler (written in Rust). Contribute to tjdevries/vim9jit development by creating an account on GitHub.
c2rust transpile --emit-build-files path/to/compile_commands.json To generate a Cargo.toml template for a Rust binary, do this: c2rust transpile --binary myprog path/to/compile_commands.json Where --binary myprog tells the transpiler to use the main function from myprog.rs as the entry po...
Popular Repo Distributed compute platform implemented in Rust, and powered by Apache Arrow. Ballista: Distributed Compute Platform Overview Ballista is a distributed compute platform primarily implemented in Rust, powered by Apache Arrow. It Newest Repo ...
Clue tries to be almost as simple as Lua (with only a slightly more advanced syntax) but adds many optional features that can make code look better or make some things (like metatables) easier to code. Clue does not compile to a specific version of Lua: flags can be toggled to alter...
PythonJS is a transpiler written in Python that converts a python like language into fast JavaScript. It also includes experimental backends that translate to: Dart, Lua, CoffeeScript, and Go. Syntax Documentation Go backend The Go backend uses a fully typed subset of Python, mixed with extra...
C2Rust helps you migrate C99-compliant code to Rust. The translator (or transpiler),c2rust transpile, produces unsafe Rust code that closely mirrors the input C code. The primary goal of the translator is to preserve functionality; test suites should continue to pass after translation. ...
C2Rust helps you migrate C99-compliant code to Rust. The translator (or transpiler) produces unsafe Rust code that closely mirrors the input C code. The primary goal of the translator is to preserve functionality; test suites should continue to pass after translation. Generating safe and idiomatic...
C2Rust helps you migrate C99-compliant code to Rust. The translator (or transpiler) produces unsafe Rust code that closely mirrors the input C code. The primary goal of the translator is to preserve functionality; test suites should continue to pass after translation. Generating safe and idiomatic...
C2Rust helps you migrate C99-compliant code to Rust. The translator (or transpiler) produces unsafe Rust code that closely mirrors the input C code. The primary goal of the translator is to preserve functionality; test suites should continue to pass after translation. Generating safe and idiomatic...