You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to produce the generator and mutator from an ANTLR grammar instead of a json-formatted grammar? I know that the antlr grammar is generated and used in intermediate steps, so there should be a way to initiate the process directly with ANTLR, example:
make GRAMMAR_FILE=grammars/ruby.g4
Thank you.
The text was updated successfully, but these errors were encountered:
It is possible, if we can parse antlr grammar and implement equivalent functionalities to f1_c_gen.py. Your help would be appreciated, if you have time to work on this :)
On the other hand, it is easy to parse the json file for us to understand the tree structure and produce tree generation functions.
Hi,
Is there a way to produce the generator and mutator from an ANTLR grammar instead of a json-formatted grammar? I know that the antlr grammar is generated and used in intermediate steps, so there should be a way to initiate the process directly with ANTLR, example:
Thank you.
The text was updated successfully, but these errors were encountered: