xrcf 0.1.0

A compiler framework to enable the rapid development of programming language compilers
Documentation
[dependencies.anyhow]
version = "1.0.86"

[dev-dependencies.indoc]
version = "2"

[lib]
name = "xrcf"
path = "src/lib.rs"

[package]
authors = ["xrcf contributors"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["compilers"]
description = "A compiler framework to enable the rapid development of programming language compilers"
edition = "2021"
homepage = "https://xrcf.org"
keywords = ["compiler", "framework"]
license = "Apache-2.0 WITH LLVM-exception"
name = "xrcf"
readme = "README.md"
repository = "https://git.huijzer.xyz/xrcf/xrcf"
version = "0.1.0"

[[test]]
name = "arith"
path = "tests/arith.rs"

[[test]]
name = "canonicalize"
path = "tests/canonicalize.rs"

[[test]]
name = "llvmir"
path = "tests/llvmir.rs"