Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save iamPedroVictor/544c9453479eca752c14fb1bed3ee3d2 to your computer and use it in GitHub Desktop.
Save iamPedroVictor/544c9453479eca752c14fb1bed3ee3d2 to your computer and use it in GitHub Desktop.
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