rucc 0.0.0

An optimizing C compiler written in Rust. Name reservation; no implementation yet.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# rucc

An optimizing C compiler written in Rust, targeting GCC/Clang command-line
compatibility and real-world codebases.

**Status: name reservation.** Version 0.0.0 contains no implementation. The
crate exists so the name is held while the compiler is developed in the open at
<https://github.com/tamnd/rucc>. It will be replaced by a real release; until
then there is nothing here to install or use.

## License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.