-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(castor): add DIDParser #17
Merged
Merged
Conversation
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
goncalo-frade-iohk
requested review from
elribonazo,
hamada147,
cristianIOHK and
a team
October 12, 2022 21:41
🦙 MegaLinter status: ✅ SUCCESS
See errors details in artifact MegaLinter reports on CI Job page |
goncalo-frade-iohk
force-pushed
the
feature/ATL-1992
branch
from
October 12, 2022 21:50
8be2d70
to
34bd2b4
Compare
goncalo-frade-iohk
force-pushed
the
feature/ATL-1993
branch
from
October 12, 2022 21:50
d8ca952
to
850d2f0
Compare
This grammar will help parsing DIDs based on W3 Standardisation. It follows the following ABNF rules: https://www.w3.org/TR/did-core/#did-syntax It uses Antlr (https://www.antlr.org) a well known for language recognition that can generate parsers for different languages. Fixes ATL-1992
goncalo-frade-iohk
force-pushed
the
feature/ATL-1992
branch
from
October 23, 2022 12:03
34bd2b4
to
11d3f15
Compare
Fixes ATL-1993
goncalo-frade-iohk
force-pushed
the
feature/ATL-1993
branch
from
October 23, 2022 12:04
850d2f0
to
0eb8e09
Compare
elribonazo
approved these changes
Oct 24, 2022
elribonazo
approved these changes
Nov 16, 2022
milosh86
approved these changes
Nov 18, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes ATL-1993