Skip to content

Commit

Permalink
Merge branch '1.1.0' into wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreyas-Sreelal committed Jan 10, 2024
2 parents c1659c2 + d69b752 commit b4f2f73
Show file tree
Hide file tree
Showing 26 changed files with 3,049 additions and 1,278 deletions.
204 changes: 164 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
[package]
name = "malluscript"
version = "0.3.2"
version = "1.1.0"
authors = ["SyS <sreyassreelal@gmail.com>"]
edition = "2018"
build = "build.rs"
description = "Scripting language based on manglish and malayalam memes"
description = "An esoteric scripting language that lets to write computer programs in Malayalam"

[dependencies]
serde = "1.0.117"
lalrpop-util = "0.19.1"
lalrpop-util = "0.20.0"
clap = "2.33"
rustyline = "6.1"

[build-dependencies]
lalrpop = "0.19"
lalrpop = "0.20.0"

[profile.release]
lto = true
Loading

0 comments on commit b4f2f73

Please sign in to comment.