rename language as lila
This commit is contained in:
parent
0be5273621
commit
fd39644f73
2 changed files with 3 additions and 3 deletions
|
|
@ -1,11 +1,11 @@
|
|||
[package]
|
||||
name = "kronec"
|
||||
name = "lilac"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.3.0", features = ["derive"] }
|
||||
cranelift = "0.96.3"
|
||||
cranelift = "0.100.0"
|
||||
cranelift-jit = "0.96.3"
|
||||
cranelift-module = "0.96.3"
|
||||
cranelift-native = "0.96.3"
|
||||
|
|
|
|||
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue