8000 GitHub - kritzware/gcc-rust: a (WIP) Rust frontend for gcc
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kritzware/gcc-rust

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Rust frontend for GCC

Build instructions

(Be warned, these are currently rather rough.)

Build Rust with this patch: rust-lang/rust#67126

mkdir gcc cd gcc git clone --depth 50 -b rust https://github.com/sapir/gcc-rust/ gcc-src (cd gcc-src/gcc/rust/gcc-rust; cargo build)

mkdir gcc-build cd gcc-build ../gcc-src/configure --prefix=$(pwd)/../gcc-install --enable-languages=c,c++,rust --disable-multilib --disable-bootstrap make make install

cd .. gcc-install/bin/gcc whatever.rs -o whatever

About

a (WIP) Rust frontend for gcc

Resources

License

GPL-2.0 and 2 other licenses found

Licenses found

GPL-2.0
COPYING
LGPL-2.1
COPYING.LIB
Unknown
COPYING.RUNTIME

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 45.6%
  • Ada 15.5%
  • C++ 14.8%
  • Go 7.1%
  • D 6.0%
  • GCC Machine Description 3.7%
  • Other 7.3%
0