- OCaml 50.5%
- C 21.3%
- Rust 13.4%
- C++ 12.3%
- Makefile 2%
- Other 0.5%
| doc | ||
| mk | ||
| src | ||
| .gitignore | ||
| AUTHORS.txt | ||
| configure | ||
| LICENSE.txt | ||
| Makefile.in | ||
| README.md | ||
rustboot
This is a fork of the Rust compiler at a specific commit from the original Rust language repository, from the period when the compiler was written in OCaml and still in the bootstrapping phase.
This is uploaded mainly for learning / research purposes, and the for open-source-curious people like me who love OCaml and want to see what can be done with the language.
You can directly jump to the OCaml source code at src/boot/, or check out the structure at src/.
The original authors retain copyright, and this code is redistributed under the license terms in LICENSE.txt.
Original README:
This is a compiler and suite of associated libraries and documentation for the Rust programming language.
See LICENSE.txt for terms of copyright and redistribution.
See http://github.com/graydon/rust for current development page.