DevBoost / EMFText

EMFText is an Eclipse plug-in that allows you to define text syntax for languages described by an Ecore metamodel. EMFText enables developers to define textual Domain Specific Languages quickly and without the need to learn new technologies and concepts.
14 stars 12 forks source link

How to detect duplicate references? #70

Open AresEkb opened 8 years ago

AresEkb commented 8 years ago

Hi

JaMoPP detects somehow duplicate parameters in the following code:

public static void main(String[] args, String[] args) { }

I need to implement a simillar validation in my language, but I don't understand how to achive this. Could you suggest me a sollution?