mirror of
https://github.com/github/semantic.git
synced 2024-12-18 20:31:55 +03:00
Merge pull request #266 from github/build-parsers-into-lib-bridge
Build parsers into lib bridge
This commit is contained in:
commit
10c57e84a2
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -15,7 +15,7 @@
|
||||
url = https://github.com/maxbrunsfeld/tree-sitter.git
|
||||
[submodule "prototype/External/tree-sitter-javascript"]
|
||||
path = prototype/External/tree-sitter-javascript
|
||||
url = https://github.com/joshvera/tree-sitter-javascript.git
|
||||
url = https://github.com/maxbrunsfeld/tree-sitter-javascript.git
|
||||
[submodule "prototype/External/tree-sitter-c"]
|
||||
path = prototype/External/tree-sitter-c
|
||||
url = https://github.com/robrix/tree-sitter-c.git
|
||||
url = https://github.com/maxbrunsfeld/tree-sitter-c.git
|
||||
|
2
prototype/External/tree-sitter-c
vendored
2
prototype/External/tree-sitter-c
vendored
@ -1 +1 @@
|
||||
Subproject commit e14be1cee080cd3823528096c282125eaa3a5d46
|
||||
Subproject commit 047f074dcaccde6002b12f154f7a894aad86dc20
|
2
prototype/External/tree-sitter-javascript
vendored
2
prototype/External/tree-sitter-javascript
vendored
@ -1 +1 @@
|
||||
Subproject commit ae5a274200c9ad55a38ed657f17e9deebb025f55
|
||||
Subproject commit 16bd42f047c3d459026489c33f3ddec8233dbfa9
|
@ -48,10 +48,7 @@ executable semantic-diff-exe
|
||||
, filepath
|
||||
default-language: Haskell2010
|
||||
extra-libraries: bridge
|
||||
extra-lib-dirs: prototype/External/tree-sitter/out/Release
|
||||
, prototype/External/tree-sitter-c
|
||||
, prototype/External/tree-sitter-javascript
|
||||
, .
|
||||
extra-lib-dirs: .
|
||||
|
||||
test-suite semantic-diff-test
|
||||
type: exitcode-stdio-1.0
|
||||
|
Loading…
Reference in New Issue
Block a user