mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Add fuzzing to the parser.
As part of this, todos and panics where moved outside of this module to elsewhere when they would cause fuzzing to fail.
This commit is contained in:
parent
ad31975b97
commit
d00189530a
16 changed files with 314 additions and 32 deletions
|
@ -24,4 +24,5 @@ pub mod number_literal;
|
|||
pub mod pattern;
|
||||
pub mod problems;
|
||||
pub mod string_literal;
|
||||
pub mod test_helpers;
|
||||
pub mod type_annotation;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue