On Wed Jan 8 17:12:08 2025 +0000, Francis De Brabandere wrote:
Somehow `parse_script_wr` works differently than what runs the `lang.vbs` Without my compiler patch the following code does not throw in lang.vbs but in the added `test_parse_errors` parsing fails.
Sub redimSub End Sub redim redimSub(3)
Getting totally confused.
Also wondering why there are no checks for specific compiler errors like in this case `Name redefined`.