rupesh4514 / grammatical-framework

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

Importing something that does not exists should produce an error message #72

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create the following two grammars
abstract A = {}
abstract B = A [ doNotExists ] ** {}

2. run gf B.gf

What is the expected output? What do you see instead?
Expected an error telling me that doNotExists does not exists in A, instead 
everything goes as if there was no problems.

Please provide any additional information below.
The same happens with concrete grammars

Original issue reported on code.google.com by gregoire...@gmail.com on 3 Jun 2013 at 3:00