Open bendrissou opened 4 months ago
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.