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]
|
[package]
|
||||||
name = "kronec"
|
name = "lilac"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.3.0", features = ["derive"] }
|
clap = { version = "4.3.0", features = ["derive"] }
|
||||||
cranelift = "0.96.3"
|
cranelift = "0.100.0"
|
||||||
cranelift-jit = "0.96.3"
|
cranelift-jit = "0.96.3"
|
||||||
cranelift-module = "0.96.3"
|
cranelift-module = "0.96.3"
|
||||||
cranelift-native = "0.96.3"
|
cranelift-native = "0.96.3"
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ use clap::{Parser, Subcommand};
|
||||||
|
|
||||||
use crate::ast::module::Module;
|
use crate::ast::module::Module;
|
||||||
|
|
||||||
/// Experimental compiler for krone
|
/// Experimental compiler for lila
|
||||||
#[derive(Parser, Debug)]
|
#[derive(Parser, Debug)]
|
||||||
#[command(author = "Romain P. <rpqt@rpqt.fr>")]
|
#[command(author = "Romain P. <rpqt@rpqt.fr>")]
|
||||||
#[command(version, about, long_about = None)]
|
#[command(version, about, long_about = None)]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue