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 the Linter (TO COMPLETE).

The list of specific errors for the Lexer includes:

The list of specific errors for the Parser includes:

  • TO COMPLETE

Author

Pablo E. --Fidel-- Martínez López fidel.ml@gmail.com

Index

Main definitions

Specific Errors: General

Specific Errors: Lexer

Specific Errors: Parser