sharp 0.1.0

A modern, statically-typed programming language with Python-like syntax, compiled to native code via LLVM. Game engine ready!
[[bin]]
name = "sharp"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
features = ["derive"]
version = "4.4"

[dependencies.codespan-reporting]
version = "0.11"

[dependencies.inkwell]
features = ["llvm18-0"]
version = "0.5"

[dependencies.logos]
version = "0.13"

[dependencies.thiserror]
version = "1.0"

[[example]]
name = "test_lex"
path = "examples/test_lex.rs"

[package]
authors = ["Utsav Das"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::build-utils", "parser-implementations"]
description = "A modern, statically-typed programming language with Python-like syntax, compiled to native code via LLVM. Game engine ready!"
documentation = "https://github.com/Mehxeo/Sharp---Shattered-Game-Engine#documentation"
edition = "2021"
homepage = "https://github.com/Mehxeo/Sharp---Shattered-Game-Engine"
keywords = ["compiler", "llvm", "language", "programming", "game-engine"]
license = "MIT"
name = "sharp"
readme = "README.md"
repository = "https://github.com/Mehxeo/Sharp---Shattered-Game-Engine"
version = "0.1.0"