consultingwerk / proparse

Proparse, forked from http://www.oehive.org/proparse/
Other
18 stars 9 forks source link

#48: Fix unexpected token: foreign-key-hidden #54

Closed DanielBaciu closed 3 years ago

DanielBaciu commented 3 years ago

Fix issue when foreign-key-hidden was not expected in dataset definition statement.

mikefechner commented 3 years ago

Can you please include the updated grammar files in the PR? I cannot accept a pull-request of just the generated java code.

Thanks!

DanielBaciu commented 3 years ago

I see that the grammar file already contains this keyword (proparse.g line 2190). It seems that he keyword was already add in all java classes, including in grammar file except that it was not handled in class which generated the nodes. Or am I wrong ?