rupesh4514 / grammatical-framework

Automatically exported from code.google.com/p/grammatical-framework
0 stars 0 forks source link

lib/src/MkLang.hs creates syntactically incorrect files #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
MkLang.hs sometimes produces syntactically incorrect output.

1. Illegal brackets, e.g.

--# -path=.:alltenses:prelude

resource ConstructorsAce = Constructors with (Grammar = GrammarAce) ;

{

}

2. Wrong file name, e.g. module `IrregAceAbs` was saved into `IrregEngAce`.

Original issue reported on code.google.com by kaljurand on 3 Apr 2012 at 6:03