Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Error Reporting

Christophe VG edited this page Mar 6, 2017 · 1 revision

As of v1.1 error reporting has been a focus for the development. Currently, errors are already a lot more expressive, but still require some love to offer better contextual information.

A few examples:

Parsing failed, best effort parser error:
Failed to parse Assignment. at line 6/7
7 : D123:=B34A .
────╯
Parsing failed, best effort parser error:
Failed to parse Option. at line 3/70
3 : 10 LL-VELD                             PIC S9(04) COMP-5    ;           
────────────────────────────────────────────────────────────╯

Development of v1.2 will further refine error reporting.
More information will soon be added to this page.

Clone this wiki locally