Skip to content

Commit

Permalink
Merge pull request #22 from DanielVenturini/análise_semantica
Browse files Browse the repository at this point in the history
Adicionando descrição da flag da tabela de símbolos
  • Loading branch information
DanielVenturini authored Nov 20, 2018
2 parents 0956c5b + 6cc193d commit 4fc879e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,9 @@ A flag ```-sx``` ou ```--st-x``` gera a saída da árvore sintática. Esta árvo

![Alt Text](https://github.com/danielventurini/vcc/raw/master/semantic/st-x.jpeg)

Já a flag ```-st``` ou ```--st-t``` gera a saída da árvore sintática utilizando o terminal de maneira semelhante ao da AST.
Já a flag ```-st``` ou ```--st-t``` gera a saída da árvore sintática utilizando o terminal de maneira semelhante ao da AST.

### Tabela de Símbolos
A tabela de símbolos é a última estrutura gerada pelo ```vcc```. Para cada escopo encontrado - se, senão, repita, função e o escopo global - é criado uma nova tabela de símbolos para permitir múltiplos níveis de escopo. Ou seja, pode haver um ```se``` dentro de um ```repita``` dentro de um ```senão``` e assim por diante. Para exibir a tabela de símbolos, use a flag ```-ts``` ou ```--tab-s```. Uasndo esta flag para o mesmo arquivo de entrada, ```exemplos/test.tpp``` o ```vcc``` gera a seguinte saída:

![Alt Text](https://github.com/danielventurini/vcc/raw/master/semantic/tab-s.jpeg)
Binary file added semantic/tab-s.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4fc879e

Please sign in to comment.