irvm 0.1.0-alpha.6

A IR compiler target with a Rust friendly API that lowers to LLVM IR.
Documentation
1
2
3
4
5
6
7
8
9
10


.PHONY: check
check:
	cargo fmt --all -- --check
	cargo clippy --workspace -- -D warnings

.PHONY: test
test:
	cargo test --workspace