forked from walmartlabs/lacinia
-
Notifications
You must be signed in to change notification settings - Fork 0
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
replace with antlr4-runtime #4
Closed
Closed
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
Member
namenu
commented
Feb 12, 2024
•
edited
Loading
edited
- clj-antlr 를 제거하였음.
- schema.g4 와 Graphql.g4 문법 정의로부터 각각의 Lexer 와 Parser 를 생성하였음. (gen/src)
- Lexer 와 Parser 를 컴파일하는 빌드 스크립트를 추가하고, 바이트코드를 생성하였음. (gen/classes)
- c.w.l.parser 에서 .g4 를 직접 인터프리터에 넣는 로직을 제거하였음
- 제거된 clj-antlr 에 대응하는 shim 로직을 c.w.l.parser.antlr 에 작성하였음
- 3번을 -X:deps prep 으로 대체하였음
undo irrelavent fixes.
|
아, 직접 빌드를 하는 거군요 |
네 직접 빌드 할 때 바이트코드 타겟을 라시니아와 동일한 Java 11 로 맞추려고 합니다. |
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.