bril2json 0.1.0

Convert textual Bril to JSON
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "bril2json"
description = "Convert textual Bril to JSON"
authors = ["Ethan Uppal"]
version = "0.1.0"
edition = "2021"
readme = "README.md"
license = "GPL-3.0"

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