Skip to content
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

Added yaml lexer for yaml file analysis #4409

Merged
merged 9 commits into from
Sep 21, 2023
Merged

Conversation

ginoaugustine
Copy link
Member

resolves #4353
Added yaml lexer support
Added libyaml for ctgs to parse yaml file
Sample output
image

Signed-off-by: Gino Augustine <ginoaugustine@gmail.com>
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Sep 21, 2023
@ginoaugustine ginoaugustine marked this pull request as draft September 21, 2023 10:41
@ginoaugustine ginoaugustine marked this pull request as ready for review September 21, 2023 11:37
Dockerfile Show resolved Hide resolved
@vladak
Copy link
Member

vladak commented Sep 21, 2023

Yay ! In general looks good, I just have a few nits.

…aml/Consts.java

Co-authored-by: Vladimir Kotal <vlada@kotalovi.cz>
@oracle-contributor-agreement
Copy link

Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA).
The following contributors of this PR have not signed the OCA:

To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application.

When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated.

If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public.

@oracle-contributor-agreement oracle-contributor-agreement bot added OCA Required At least one contributor does not have an approved Oracle Contributor Agreement. and removed OCA Verified All contributors have signed the Oracle Contributor Agreement. labels Sep 21, 2023
ginoaugustine and others added 7 commits September 21, 2023 20:10
…aml/YamlAnalyzer.java

Co-authored-by: Vladimir Kotal <vlada@kotalovi.cz>
Co-authored-by: Vladimir Kotal <vlada@kotalovi.cz>
…aml/YamlAnalyzerFactory.java

Co-authored-by: Vladimir Kotal <vlada@kotalovi.cz>
…zer.lex

Co-authored-by: Vladimir Kotal <vlada@kotalovi.cz>
Co-authored-by: Vladimir Kotal <vlada@kotalovi.cz>
…aml/YamlSymbolTokenizerTest.java

Co-authored-by: Vladimir Kotal <vlada@kotalovi.cz>
…aml/YamlXrefTest.java

Co-authored-by: Vladimir Kotal <vlada@kotalovi.cz>
@vladak vladak merged commit 4816ef3 into oracle:master Sep 21, 2023
7 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Required At least one contributor does not have an approved Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

yaml support
2 participants