tamer: Provide links to `tame{c,ld}`

DEV-7145
main
Mike Gerwitz 2022-09-19 10:04:40 -04:00
parent 9966b82b9d
commit 5403dd06c6
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//! An incremental rewrite of TAME in Rust.
//!
//! There are two entry points to this system:
//!
//! - [`tamec`](../tamec), the TAME compiler; and
//! - [`tameld`](../tameld), the TAME linker.
// Constant functions are still in their infancy as of the time of writing
// (October 2021).