This module defines the Gobstones Errors.
There are four parts:
GErrors
LexerGErrors
ParserGErrors
LinterGErrors
Linter
The list of specific errors for the Lexer includes:
The list of specific errors for the Parser includes:
Pablo E. --Fidel-- Martínez López fidel.ml@gmail.com
This module defines the Gobstones Errors.
There are four parts:
GErrors
, defining classes to factorize common behaviour of errors and warnings (GProblem, GError, and GWarning),LexerGErrors
, defining errors and warnings specific to the Lexer (LexerGError, LexerGWarning, and the list of specific errors given below),ParserGErrors
, defining errors and warnings specific to the Parser, and (ParserGError, ParserGWarning, and the list of specific errors given below),LinterGErrors
, defining errors and warnings specific to theLinter
(TO COMPLETE).The list of specific errors for the Lexer includes:
The list of specific errors for the Parser includes:
Author
Pablo E. --Fidel-- Martínez López fidel.ml@gmail.com