http://code.google.com/p/teyjus/source/detail?r=996
Modified:
/trunk/source/compiler/lpyacc.mly
=======================================
--- /trunk/source/compiler/lpyacc.mly Sat Jun 13 21:06:37 2009
+++ /trunk/source/compiler/lpyacc.mly Fri Jun 25 08:12:41 2010
@@ -391,7 +391,7 @@
| term PERIOD { let pt = SeqTerm(List.rev $1, (getPos 1)) in
clauseList := Clause(pt) :: !clauseList ;
pt }
- | error PERIOD { genericError "clause" ; ErrorTerm }
+ | error PERIOD { genericError "expression" ; ErrorTerm }
| term EOF { Errormsg.error (getPos 1)
"Clause never terminated" ;