jimregan / foma

Automatically exported from code.google.com/p/foma
0 stars 0 forks source link

Lexc does not report, if two LEXICON entries have the same name #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
LEXICON Start
+Whatever:0            Gen2
                       Gen2

LEXICON Gen2
+Gens:^+cGens^é        Case;
+Genpl:^+cGenpl^éi     Case;
                       Case2;
....
LEXICON Gen2   ! This is in fact a typo, should be Gen3
+Gens:^+cGens^é        Case3;
+Genpl:^+cGenpl^éi     Case3;
                       Case4;

The compiler does not say a word, the user has no idea, 
where did the program go after Start/Whatever

An error message would be nice in such cases.

Original issue reported on code.google.com by eleonor...@gmx.net on 17 Jan 2012 at 5:47