-
-
Save abuiles/222497 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Con este ejemplo | |
stereotype Property extens uml::Property | |
El identifier que es Property, lo reconoce como el token STEREOTYPE y no como IDENTIFIER :(. | |
Hay una opcion para evitar eso ? | |
stereotype : STEREOTYPE IDENTIFIER EXTENDS UML COLON COLON stereotype_super; | |
stereotype_super : SCLASS | PPROPERTY; | |
En tokens tengo | |
PPROPERTY : 'Property' | |
IDENTIFIER : ( ANY_LETTER ) (ANY_LETTER |UNDERSCORE |DIGIT )* ; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment