JuCC icon indicating copy to clipboard operation
JuCC copied to clipboard

Improvement of lexer to report detailed errors.

Open TheSYNcoder opened this issue 4 years ago • 0 comments

Improve lexer

Summary

The lexer should be able to report the errors in parsing, and also report the line numbers of the input file associated with the same.

Solution

A proper structured error consisting of line number and column number ( if possible ) and the associated error message.

TheSYNcoder avatar Apr 27 '21 09:04 TheSYNcoder