Skip to content

Enumerate valid grammars #190

Answered by d-frey
lshamis asked this question in Q&A
Discussion options

You must be logged in to vote

It sounds like you try to enumerate all inputs (not grammars) that satisfy a given grammar. For each input you'd like to check whether grammar accepts it and the AST satisfies some condition. If so, you might want to look for some scientific papers on the topic. We currently have no support for anything like that in the PEGTL.

Replies: 9 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by d-frey
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #190 on December 09, 2020 09:11.