Skip to content

Commit

Permalink
Merge pull request #28 from yazaldefilimone/feat/transpiler
Browse files Browse the repository at this point in the history
feat: emit and exec lua code
  • Loading branch information
yazaldefilimone committed Aug 22, 2024
2 parents 5cb8150 + 2477c1f commit 8a2812d
Show file tree
Hide file tree
Showing 7 changed files with 492 additions and 13 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "stella_checker"
description = "Rust-based, speedy Lua type checker"
authors = ["Yazalde Filimone <[email protected]>"]
version = "0.1.1"
version = "0.2.1"
edition = "2021"
keywords = ["lua", "checker", "typechecker", "compiler"]
categories = ["compilers", "text-processing", "development-tools"]
Expand All @@ -17,6 +17,7 @@ path = "src/main.rs"
[dependencies]
clap = { version = "4.5.9", features = ["derive"] }
code_highlighter = "0.1.1"
rlua = "0.20.1"
serde = { version = "1.0.204", features = ["derive"] }

[dev-dependencies]
Expand Down
Loading

0 comments on commit 8a2812d

Please sign in to comment.