Skip to content

Commit

Permalink
restructure and output rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdotink committed Dec 15, 2023
1 parent 36bff3d commit f6939b6
Show file tree
Hide file tree
Showing 25 changed files with 1,143 additions and 1,105 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
profile: minimal

- name: Build Release
run: cargo build --package zap --release --locked --verbose --target ${{ matrix.target }}
run: cargo build --release --locked --verbose --target ${{ matrix.target }}
env:
# Build into a known directory so we can find our build artifact more
# easily.
Expand Down
13 changes: 3 additions & 10 deletions Cargo.lock

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

18 changes: 16 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
[workspace]
members = ["zap", "lib"]
[package]
name = "zap"
authors = ["Redblox Organization"]
description = "A blazingly fast networking solution for Roblox."
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
lalrpop = "0.20.0"

[dependencies]
clap = { version = "4.4.11", features = ["derive"] }
lalrpop-util = { version = "0.20.0", features = ["lexer", "unicode"] }
num-traits = "0.2.17"
File renamed without changes.
13 changes: 0 additions & 13 deletions lib/Cargo.toml

This file was deleted.

37 changes: 0 additions & 37 deletions lib/src/output/luau/luau_base.luau

This file was deleted.

61 changes: 0 additions & 61 deletions lib/src/output/luau/luau_client.luau

This file was deleted.

71 changes: 0 additions & 71 deletions lib/src/output/luau/luau_server.luau

This file was deleted.

Loading

0 comments on commit f6939b6

Please sign in to comment.