Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
nils
/
WhileInterpreter
espelhamento de
https://github.com/malteschmitz/WhileInterpreter.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
Fix magic comments
pull/1/head
Malte Schmitz
9 anos atrás
pai
d7de0d4ded
commit
4017e09598
4 arquivos alterados
com
4 adições
e
4 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
src/main/java/interpreter/Evaluator.java
+1
-1
src/main/java/interpreter/InterpreterException.java
+1
-1
src/main/java/interpreter/Visitor.java
+1
-1
src/main/java/parser/SyntaxException.java
+ 1
- 1
src/main/java/interpreter/Evaluator.java
Ver arquivo
@@ -20,7 +20,7 @@ with
- an integer `z`.
*/
/*- Header */
/*
!
- Header */
package interpreter;
import expression.*;
+ 1
- 1
src/main/java/interpreter/InterpreterException.java
Ver arquivo
@@ -5,7 +5,7 @@ InterpreterException
====================
*/
/*- Header */
/*
!
- Header */
package interpreter;
/*! The `InterpreterException` is raised if anything goes wrong during the evaluation of an `Expression` or
+ 1
- 1
src/main/java/interpreter/Visitor.java
Ver arquivo
@@ -12,7 +12,7 @@ and in Java this is typically implemented using the
[Visitor Pattern](https://en.wikipedia.org/wiki/Visitor_pattern).
*/
/*- Header */
/*
!
- Header */
package interpreter;
+ 1
- 1
src/main/java/parser/SyntaxException.java
Ver arquivo
@@ -5,7 +5,7 @@ SyntaxException
===============
*/
/*- Header */
/*
!
- Header */
package parser;
/*! A `SyntaxException` is raised by the function in the `Parser` if an expected was not found at the current
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar