Grammar-Mutator icon indicating copy to clipboard operation
Grammar-Mutator copied to clipboard

Use of ANTLR grammar instead of json-formatted grammar

Open bendrissou opened this issue 1 year ago • 1 comments

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:

make GRAMMAR_FILE=grammars/ruby.g4

Thank you.

bendrissou avatar Jun 18 '24 13:06 bendrissou