jimregan / foma

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

2 defines have no ; at the end; foma behaves like dead #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

My last 2 defines are:
define AccSingle [ j | l | n | r | s | z ]
define Nodupy [ Vowel | b | c | d | e | f | h | j | k | m | n | p | q | r | s | 
v | w | x | y | z ]

(then follow rules)

I have forgotten to write ';' at the end of the defines.

Foma compiles, reports no error, no warning, and then lower-words answers with 
empty list:
foma[1]: lower-words
foma[1]: 

What is the expected output? What do you see instead?
It would be much nicer, if foma reported an error or at least a warning during 
compilation, that the user knows, where to search.

Original issue reported on code.google.com by eleonor...@gmx.net on 27 Jan 2012 at 2:05

Attachments: