1
1
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:
Josh Vera 2015-12-07 11:24:34 -05:00
commit 10c57e84a2
4 changed files with 5 additions and 8 deletions

4
.gitmodules vendored
View File

@ -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

@ -1 +1 @@
Subproject commit e14be1cee080cd3823528096c282125eaa3a5d46
Subproject commit 047f074dcaccde6002b12f154f7a894aad86dc20

@ -1 +1 @@
Subproject commit ae5a274200c9ad55a38ed657f17e9deebb025f55
Subproject commit 16bd42f047c3d459026489c33f3ddec8233dbfa9

View File

@ -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