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

feat: AST #14

Merged
merged 66 commits into from
Nov 21, 2023
Merged

feat: AST #14

merged 66 commits into from
Nov 21, 2023

Conversation

CodyJasonBennett
Copy link
Owner

@CodyJasonBennett CodyJasonBennett commented Jul 2, 2023

Implements an AST parser from a token stream for more correct parsing and to enable compile-time transforms.

This is necessary to later implement error-reporting and IntelliSense in IDE as well as GLSL (ES 3.1?) <=> WGSL transpilation.

@CodyJasonBennett CodyJasonBennett marked this pull request as ready for review November 21, 2023 14:12
@CodyJasonBennett CodyJasonBennett merged commit 54fcb1e into main Nov 21, 2023
1 check passed
@CodyJasonBennett CodyJasonBennett mentioned this pull request Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant