I wrote an Ada mutant generator a few years back. Unfortunately I do not have it any more. However, mutant generators are pretty easy to write. With lex/yacc and some simple grammars you should be able to create a generator that rewrites expressions fairly quickly. "Wajdi H. Al-Jedaibi" wrote: > Anyone knows of any Ada mutation generator. I need to generate mutants > from Ada code, right now I am doing this by translating the Ada code > into FORTRAN and using Mothra then generating the mutants by hand. Are > there any ada based tools that would do that automatically (and > directly) to generate the mutants. > > Any help is appreciated!! > > Wajdi.