rename language as lila

This commit is contained in:
Romain Paquet 2023-10-16 22:18:11 +02:00
parent 0be5273621
commit fd39644f73
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ use clap::{Parser, Subcommand};
use crate::ast::module::Module;
/// Experimental compiler for krone
/// Experimental compiler for lila
#[derive(Parser, Debug)]
#[command(author = "Romain P. <rpqt@rpqt.fr>")]
#[command(version, about, long_about = None)]