Skip to content

Commit

Permalink
extract wagon-bin wagon-gll and wagon-codegen-gll to seperate repos
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafaeltheraven committed May 28, 2024
1 parent 1434a60 commit 51a5d1a
Show file tree
Hide file tree
Showing 24 changed files with 10 additions and 4,128 deletions.
285 changes: 7 additions & 278 deletions Cargo.lock

Large diffs are not rendered by default.

9 changes: 3 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[workspace]
members = [
"wagon-bin",
"wagon-codegen",
"wagon-gll",
"wagon-ident",
"wagon-lexer",
"wagon-macros",
Expand All @@ -13,15 +11,15 @@ members = [
resolver = "2"

[workspace.package]
version = "0.1.0"
version = "1.0.0"
authors = ["Rafael Dulfer"]
repository = "https://gitlab.utwente.nl/s1945785/wagon"
repository = "https://github.com/Rafaeltheraven/wagon"
license = "Apache-2.0"
edition = "2021"
keywords = ["parsing", "gll", "weighted attribute grammar"]
categories = ["data-structures", "parser-implementations", "parsing", "compilers"]
license-file = "./LICENSE"
documentation = "wagon.thebias.nl"
documentation = "dulfer.be/wagon"

[workspace.dependencies]
# common dependencies
Expand All @@ -39,7 +37,6 @@ thiserror = "1.0.57"

# local crates
wagon-codegen = {path = "./wagon-codegen"}
wagon-codegen-gll = {path = "./wagon-codegen-gll"}
wagon-ident = {path = "./wagon-ident"}
wagon-lexer = {path = "./wagon-lexer"}
wagon-macros = {path = "./wagon-macros"}
Expand Down
23 changes: 0 additions & 23 deletions wagon-bin/Cargo.toml

This file was deleted.

115 changes: 0 additions & 115 deletions wagon-bin/src/main.rs

This file was deleted.

32 changes: 0 additions & 32 deletions wagon-codegen-gll/Cargo.toml

This file was deleted.

Loading

0 comments on commit 51a5d1a

Please sign in to comment.