Skip to content

Commit

Permalink
[core] multi-level syntax definitions moved to rura-core
Browse files Browse the repository at this point in the history
Signed-off-by: Anqur <anqurvanillapy@gmail.com>
  • Loading branch information
anqurvanillapy committed Feb 27, 2024
1 parent e78ea12 commit c547a86
Show file tree
Hide file tree
Showing 23 changed files with 996 additions and 982 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ members = [
"rura-lir",
"rura-grammar",
"rura-typing",
"rura-parsing"
"rura-parsing",
"rura-core",
]
16 changes: 16 additions & 0 deletions rura-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[package]
name = "rura-core"
version = "0.1.0"
edition = "2021"

[dependencies]
proc-macro2 = "1.0.78"
quote = "1.0.35"

[dependencies.serde]
version = "1.0.197"
features = ["derive"]

[dev-dependencies]
prettyplease = "0.2.16"
syn = "2.0.51"
Loading

0 comments on commit c547a86

Please sign in to comment.