rcl/fuzz
Ruud van Asseldonk 5bcc7e74c7 Generate builtins list for the smith fuzzer
This moves one more place of duplication of builtins into
generate_keywords.py as a single source of truth, resolving
a to do in the smith fuzzer.

This does once more shuffle all of these around in the fuzzer, which
makes the existing fuzz corpus mostly meaningless. Fortunately, this
should be the last time that this happens: with the new approach we
can modify the builtins with minimal changes to the meaning of the
fuzz corpus, which is something that I wanted for a long time.
2025-03-15 19:43:13 +01:00
..
fuzz_targets Simplify and document fuzz_decimal fuzzer 2025-02-25 20:49:40 +01:00
src Generate builtins list for the smith fuzzer 2025-03-15 19:43:13 +01:00
tools Smith: Add subcommand to evaluate corpus 2024-04-27 14:11:03 +02:00
.gitignore Add initial fuzzer 2023-08-14 21:46:30 +02:00
Cargo.rcl Add a fuzzer to test various Decimal properties 2025-02-24 20:42:59 +01:00
Cargo.toml Bump version to 0.8.0 2025-03-02 21:15:33 +01:00
dictionary.txt Generate fuzz dictionary from Pygments grammar 2025-03-03 22:14:27 +01:00
dictionary_base.txt Generate fuzz dictionary from Pygments grammar 2025-03-03 22:14:27 +01:00
dictionary_cli.txt Add 'rcl re' and 'rcl rq' shorthands for -fraw 2024-08-23 22:14:41 +02:00