Skip to content

Commit

Permalink
feat: add syntax crate and experimental codegen (rome#1681)
Browse files Browse the repository at this point in the history
  • Loading branch information
yassere authored Oct 4, 2021
1 parent bbb6b47 commit 7e7ea52
Show file tree
Hide file tree
Showing 26 changed files with 19,713 additions and 1,806 deletions.
27 changes: 20 additions & 7 deletions Cargo.lock

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

9 changes: 1 addition & 8 deletions crates/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,4 @@ default-run = "parser"
[dependencies]
anyhow = "1"
tree-sitter = "0.19"
tree-sitter-typescript = "0.19"
rowan = "0.13.2"
serde = {version = "1.0", features = ["derive"]}
serde_json = "1"
quote = "1.0.9"
proc-macro2 = "1"
xshell = "0.1"
indexmap = {version = "1", features = ["serde-1"] }
tree-sitter-typescript = "0.19"
30 changes: 0 additions & 30 deletions crates/parser/src/bin/sourcegen.rs

This file was deleted.

5 changes: 0 additions & 5 deletions crates/parser/src/languages.rs

This file was deleted.

Loading

0 comments on commit 7e7ea52

Please sign in to comment.