|
|
|
|
|
by ukj
1820 days ago
|
|
You are over-complicating this into obscurity. General case: Validating random data as input into some program. Particular case: Validating random source code (data) as input into some compiler (program). Do compilers parse or validate? "parsing is validation, but validation is not parsing" if that were true then you should be able to give an example of a compiler doing some sort of validation on the random source code (data) that is not parsing. The very thing which determines the validity of random source code is the compiler's ability to parse it. |
|