lpython icon indicating copy to clipboard operation
lpython copied to clipboard

Print all error messages ?

Open rebcabin opened this issue 1 year ago • 1 comments

I'd like a mode or command-line switch that tells LPython to print all error messages it can find in a file as opposed to the current behavior, which seems to be to stop compiling on the first error.

rebcabin avatar Jan 31 '24 17:01 rebcabin

Yes, that requires an error resilient parser and semantics. For LFortran this is planned from September 2024, it's not a small project. For LPython we can later implement a similar approach.

certik avatar Jan 31 '24 18:01 certik