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

Add SLang IR parser #5

Open
deiuch opened this issue Jan 26, 2020 · 4 comments
Open

Add SLang IR parser #5

deiuch opened this issue Jan 26, 2020 · 4 comments
Assignees
Labels
product Major issues of product development

Comments

@deiuch
Copy link
Member

deiuch commented Jan 26, 2020

Implement part responsible for parsing input provided by SLang compiler for external tools.

@deiuch deiuch added the enhancement New feature or request label Jan 26, 2020
@deiuch deiuch self-assigned this Jan 26, 2020
@deiuch
Copy link
Member Author

deiuch commented Jan 26, 2020

SLang IR description:
https://hackmd.io/@5rkU-ZCPR0GCQ944peyOIA/HyxI6l-xI

@deiuch deiuch changed the title Add SLang IR parser. Add SLang IR parser Nov 11, 2021
@deiuch deiuch added product Major issues of product development and removed enhancement New feature or request labels Nov 11, 2021
@deiuch
Copy link
Member Author

deiuch commented Nov 14, 2021

@deiuch
Copy link
Member Author

deiuch commented Nov 14, 2021

SLang IR is based on JSON data-interchange format.
So, we need to establish this format in some machine-readable schema to be able to validate it.
For this purpose, we can use this project (which is also available as vcpkg package):
https://github.com/pboettch/json-schema-validator

@deiuch deiuch pinned this issue Nov 14, 2021
@deiuch
Copy link
Member Author

deiuch commented Nov 14, 2021

Schema will be developed in issue #31.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product Major issues of product development
Projects
None yet
Development

No branches or pull requests

1 participant