Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
fix-gros-grains : fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsKrattinger committed Oct 25, 2019
1 parent 0691ae4 commit 4f968e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Interpreteur.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ Noeud* Interpreteur::seqInst() {
sequence->ajoute(inst());
} catch (SyntaxeException e) {
cerr << e.what() << endl;
m_erreur = true;
while (!instructions->isInstruction(m_lecteur.getSymbole()) && m_lecteur.getSymbole() != "finproc" && m_lecteur.getSymbole() != "EOF") {
m_erreur = true;
m_lecteur.avancer();
}
}
Expand Down

0 comments on commit 4f968e8

Please sign in to comment.