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
Original issue reported on code.google.com by
eleonor...@gmx.net
on 27 Jan 2012 at 2:05Attachments: