1
0
mirror of https://github.com/nushell/nushell.git synced 2025-05-29 06:17:54 +02:00

Fuzzer for nu-parser

Quick start guide

  • Install cargo-fuzz by cargo install cargo-fuzz
  • Run gather_seeds.nu for preparing the initial seeds corpus
  • Make output directory mkdir out
  • Run the fuzzer with cargo fuzz run parse out seeds