Path to this page:
./
wip/mrust-minicargo,
Cargo workalike from the mrustc tool suite
Branch: CURRENT,
Version: 20220814a,
Package name: mrust-minicargo-20220814a,
Maintainer: pkgsrc-mrustMutabah's Rust Compiler
_In-progress_ alternative rust compiler. Capable of building a
fully-working copy of rustc, but not suitable for everyday use
(due to terrible error messages).
This project is a "simple" rust compiler written in C++ that is
able to bootstrap a "recent" rustc, but may eventually become a
full separate re-implementation.
`mrustc`'s primary goal is bootstrapping `rustc`, and as such it
tends to assume that the code it's compiling is valid (and any
errors in the generated code are mrustc bugs). Code generation is
done by emitting a high-level assembly (currently very ugly C, but
LLVM/cretone/GIMPLE/... could work) and getting an external tool
(i.e. `gcc`) to do the heavy-lifting of optimising and machine code
generation.
=====
This is the minicargo utility. It's designed to have a sufficient
subset of the functionality of--and level of compatibility with--
rust's own cargo that it can be used in its place for building
rustc & cargo from their own source code.
Master sites:
Version history: (Expand)
- (2023-02-13) Package has been reborn
- (2022-08-21) Updated to version: mrust-minicargo-20220814a
- (2022-01-12) Package added to pkgsrc.se, version mrust-minicargo-20210912a (created)