Skip to content

Commit

Permalink
Refactor LaTeX parser
Browse files Browse the repository at this point in the history
  • Loading branch information
pfoerster committed Mar 1, 2020
1 parent c9ce406 commit 80ce35b
Show file tree
Hide file tree
Showing 12 changed files with 3,533 additions and 0 deletions.
44 changes: 44 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ chashmap = "2.2"
clap = "2.33"
futures = "0.3"
futures-boxed = { path = "crates/futures_boxed" }
itertools = "0.8"
jsonrpc-derive = { path = "crates/jsonrpc_derive" }
log = "0.4"
lsp-types = { version = "0.61.0", features = ["proposed"] }
nom = "5.1"
once_cell = "1.3"
petgraph = { version = "0.5", features = ["serde-1"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_repr = "0.1"
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pub mod jsonrpc;
pub mod protocol;
pub mod syntax;
pub mod tex;
Loading

0 comments on commit 80ce35b

Please sign in to comment.