We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should be able to parse any .fildesh script without crashing, deadlocking, or entering an infinite loop.
//src:fildesh_builtin_lib
-parse
fildesh -parse input.fildesh
The text was updated successfully, but these errors were encountered:
Add fuzz test for parsing lines
5cf65a6
It's just the code that separates lines. Gotta start somewhere! #36
qual(syntax): Parse bad string def without leak
e5818e2
Issue #36
No branches or pull requests
We should be able to parse any .fildesh script without crashing, deadlocking, or entering an infinite loop.
//src:fildesh_builtin_lib
that's everything but the real main(). We'll have to split main() out to a main.c.-parse
flag that just parses the script. Includes are not exercised.fildesh -parse input.fildesh
by calling the main function directly, using a FildeshX to hold the input.fildesh fuzz bytes.The text was updated successfully, but these errors were encountered: