Created
May 5, 2017 03:49
-
-
Save iamPedroVictor/544c9453479eca752c14fb1bed3ee3d2 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
string expanded = grammar.Flatten("#Test#"); //Aqui passa a regra que vai ser chamada para gerar a string | |
//assumindo que a gramatica tenha a regra chamada "Test" | |
print(expanded); //Mostrando a string gerada. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment