rename language as lila
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user