Closed lpassos closed 12 years ago
Description: Recursive definitions apparently do not work in both versions, master and grammar.
How to reproduce:
create a simple example like:
abstract Person name : string friends -> Person *
Result: grammar: syntax error before } Result: master: element is not unique "name"
Expected result: no compilation error.
It was a problem with parsing cardinalities, not recursive definitions. It'll be fixed in next commit.
Description: Recursive definitions apparently do not work in both versions, master and grammar.
How to reproduce:
create a simple example like:
abstract Person name : string friends -> Person *
Result: grammar: syntax error before } Result: master: element is not unique "name"
Expected result: no compilation error.