nautilus-fuzz / nautilus

A grammar based feedback Fuzzer
MIT License
427 stars 63 forks source link

Missing parse function #68

Open bendrissou opened 3 months ago

bendrissou commented 3 months ago

Hi,

Is there a way to parse a string input to a tree using Nautilus? There is an unparse function, but no parse function.

This is important when using seed inputs, or when verifying the validity of a given input.

Thank you.