Chia-Network / clvm_tools_rs

clvm_tools ported to rust based on https://github.com/Chia-Mine/clvm_tools-js/, and chialisp-21 dialect with a new compiler.
Apache License 2.0
11 stars 13 forks source link

20230126 alt generator #34

Open prozacchiwawa opened 1 year ago

prozacchiwawa commented 1 year ago

Add CollectProgramStructure and a program to exercise it called 'proggen' to generate random programs for benchmarking, testing etc. The CollectProgramStructure generator is friendly to things that work like cargo fuzz by generating and perturbing a fixed size input. It can generate valid programs from any set of bits of any size.