%============================================================================== % Project: SLP - An Interpreter for Super Logic Programs / Static Semantics % Module: test2.txt % Purpose: This is a test for the syntax analysis % Last Change:12.10.2001 % Language: SLP % Author: Stefan Brass % Email: Stefan.Brass@informatik.uni-giessen.de, sbrass@sis.pitt.edu % Address: Universitaet Giessen, Arndtstr. 2, 35392 Giessen, Germany % Copyright: (c) 2001 by Stefan Brass % Licence: Distributed under the conditions of the GNU Public Licence. %============================================================================== % The following are several kinds of syntax errors: % The full stop must be followed by a space: p.% % @ is an illegal character: q,@. % --> is illegal. p --> q. % The parenthesis is not closed: (p, q. % End of file within a formula: p