1. Error strings
- Posted by axtens_bruce Feb 19, 2024
- 458 views
So I hit a syntax error and got
<0076>:: expected to see an assignment after 'publ1367A', such as =, +=, -=, *=, /= or &=
Is there a function that I can give 76 to and have it give me an approximation of "expected to see an assignment after"? I've had a fiddle with error_string() but it seems to be working with a different class of errors.
-Bruce
2. Re: Error strings
- Posted by petelomax Feb 19, 2024
- 435 views
Does https://github.com/OpenEuphoria/euphoria/blob/master/demo/errmsg_en.txt by any chance help?
Better: https://github.com/OpenEuphoria/euphoria/blob/master/source/msgtext.e - specifically EXPECTED_TO_SEE_AN_ASSIGNMENT_AFTER_1_SUCH_AS__OR