1
0
mirror of https://github.com/nushell/nushell.git synced 2025-06-07 18:46:49 +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