Skip to content

Commit

Permalink
alterado o arquivo do FYJA.gals
Browse files Browse the repository at this point in the history
  • Loading branch information
aismaniotto committed Oct 4, 2016
1 parent de022c5 commit 592835e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion fyja-game-language/nbproject/private/private.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
<group/>
<group>
<file>file:/C:/ProjetosGit/fyja-language/fyja-game-language/src/gals/Sintatico.java</file>
<file>file:/C:/ProjetosGit/fyja-language/fyja-game-language/src/interpretador/Comando.java</file>
<file>file:/C:/ProjetosGit/fyja-language/fyja-game-language/src/fyja/game/language/FyjaGameLanguage.java</file>
<file>file:/C:/ProjetosGit/fyja-language/fyja-game-language/src/gals/Semantico.java</file>
</group>
</open-files>
</project-private>
6 changes: 3 additions & 3 deletions language-gals/FYJA.gals
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Language = Java
ScannerName = Lexico
ParserName = Sintatico
SemanticName = Semantico
Package = fyja
Package = gals
ScannerCaseSensitive = true
ScannerTable = Full
Input = Stream
Expand Down Expand Up @@ -37,5 +37,5 @@ FIM: "FIM"
<A> ::= INICIO <COMS> FIM ;
<COMS> ::= <COMS><COM> | <COM> ;
<COM> ::= ANDAR <VALOR> PARA <DIRECAO> #1 | PULAR <VALOR> PARA <DIRECAO>#2 | NADAR <VALOR> PARA <DIRECAO>#3;
<VALOR> ::= QTD_PASSOS;
<DIRECAO> ::= DIRECAO;
<VALOR> ::= QTD_PASSOS#4;
<DIRECAO> ::= DIRECAO#5;

0 comments on commit 592835e

Please sign in to comment.