junocc 0.1.2

Compiler for juno lang
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "junocc"
version = "0.1.2"
edition = "2024"
license-file = "./LICENSE"
description = "Compiler for juno lang"
homepage = "https://github.com/L0rdCycl0p/JunoLang"
repository = "https://github.com/L0rdCycl0p/JunoLang"
readme = "./README.md"
keywords = ["language", "junolang", "juno", "programming-language", "compiler"]
include = [
    "**/*.rs",
    "**/*.pest"
]
[dependencies]
clap = { version = "4.6.1", features = ["derive"] }
libjuno = { version = "0.1.2" }