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

Complete grammar type generation to support parser generators for other languages #236

Closed
jsinger67 opened this issue Dec 3, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@jsinger67
Copy link
Owner

Currently the GrammarTypeInfo only contains necessary information to enable parol's own parser generation.
The goal here is to provide all information via GrammarTypeInfo to be able to feed other generators, e.g., to generate any kind of interfacing with parol or completely other languages.

@jsinger67 jsinger67 added the enhancement New feature or request label Dec 3, 2023
@jsinger67
Copy link
Owner Author

Fixed along with intruduction the min-box functionality (ac964f7).
The grammar type information now contains a lot more details that could be usefull for other generators like the one suggested by @ryo33 Type-agnostic AST generator.

Re-open this issue in case of found bugs or missing details.

Also please consider a type browser such as parsym to easily browse the grammar type information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant