forked from hylo-lang/hylo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move the parser combinators to a separate library
- Loading branch information
1 parent
0ba19b4
commit 9871271
Showing
19 changed files
with
85 additions
and
510 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,41 @@ | ||
{ | ||
"object": { | ||
"pins": [ | ||
{ | ||
"package": "LLVM", | ||
"repositoryURL": "https://github.com/kyouko-taiga/LLVMSwift.git", | ||
"state": { | ||
"branch": "master", | ||
"revision": "58d87e0def9be831da9f9d3ad96bdccfa59982fa", | ||
"version": null | ||
} | ||
}, | ||
{ | ||
"package": "swift-argument-parser", | ||
"repositoryURL": "https://github.com/apple/swift-argument-parser.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "6b2aa2748a7881eebb9f84fb10c01293e15b52ca", | ||
"version": "0.5.0" | ||
} | ||
}, | ||
{ | ||
"package": "swift-collections", | ||
"repositoryURL": "https://github.com/apple/swift-collections.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "48254824bb4248676bf7ce56014ff57b142b77eb", | ||
"version": "1.0.2" | ||
} | ||
"pins" : [ | ||
{ | ||
"identity" : "durian", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/val-lang/Durian.git", | ||
"state" : { | ||
"revision" : "63da2be9ba8b92e6a1608ad1a9a609241b1f55cb", | ||
"version" : "1.0.0" | ||
} | ||
] | ||
}, | ||
"version": 1 | ||
}, | ||
{ | ||
"identity" : "llvmswift", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/kyouko-taiga/LLVMSwift.git", | ||
"state" : { | ||
"branch" : "master", | ||
"revision" : "58d87e0def9be831da9f9d3ad96bdccfa59982fa" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-argument-parser", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/apple/swift-argument-parser.git", | ||
"state" : { | ||
"revision" : "6b2aa2748a7881eebb9f84fb10c01293e15b52ca", | ||
"version" : "0.5.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-collections", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/apple/swift-collections.git", | ||
"state" : { | ||
"revision" : "48254824bb4248676bf7ce56014ff57b142b77eb", | ||
"version" : "1.0.2" | ||
} | ||
} | ||
], | ||
"version" : 2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.