Skip to content

Commit

Permalink
Merge pull request sampsyo#399 from ethanuppal/anotherbril2json
Browse files Browse the repository at this point in the history
feat: Add another `bril2json` implementation
  • Loading branch information
sampsyo authored Feb 14, 2025
2 parents d41519b + f8077ba commit 11940a8
Show file tree
Hide file tree
Showing 8 changed files with 842 additions and 0 deletions.
1 change: 1 addition & 0 deletions bril2json-rs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target
362 changes: 362 additions & 0 deletions bril2json-rs/Cargo.lock

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

15 changes: 15 additions & 0 deletions bril2json-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[package]
name = "bril2json"
description = "Convert textual Bril to JSON"
authors = ["Ethan Uppal"]
version = "0.1.0"
edition = "2021"
readme = "README.md"
license = "MIT"

[dependencies]
bril-frontend = "0.2.2"
annotate-snippets = "0.11.5"
snafu = "0.8.5"
argh = "0.1.13"
serde_json = "1.0.138"
Loading

0 comments on commit 11940a8

Please sign in to comment.