git.delta.rocks / jrsonnet / refs/commits / 86f8537f86c0

difftreelog

source

xtask/src/main.rs98 Bsourcehistory
1use anyhow::Result;23mod sourcegen;45fn main() -> Result<()> {6	sourcegen::generate_ungrammar()7}