citadel-frontend

Crates.iocitadel-frontend
lib.rscitadel-frontend
version0.0.12
sourcesrc
created_at2024-05-01 12:45:23.700614
updated_at2024-07-26 20:18:36.927378
descriptionThe frontend of the citadel compiler backend
homepage
repository
max_upload_size
id1226264
size16,448
thepigcat76 (Thepigcat76)

documentation

README

Frontend [lib]

This is the frontend crate. It is the part of the compiler responsible for generating an intermediary representation. Like most of the other -end crates in Citadel this is a pure api for providing the high-level intermediary representation and utilities for generating it. https://github.com/Isible/citadel/tree/main/crates/frontend

Using the frontend

For now you will have to look at how we use the frontend to generate IR in test-lang.

Commit count: 0

cargo fmt