Skip to content

Commit 9629a83

Browse files
committed
Added "tant que" instruction management.
1 parent 32cb365 commit 9629a83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Parser.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ namespace FPL {
6969
// Conditions:
7070
bool VerifierInstruction(std::optional<FonctionDefinition>& fonction);
7171

72+
// Boucles:
73+
bool TantQueInstruction(std::optional<FonctionDefinition>& fonction);
74+
7275
// Fichiers :
7376
bool FichierInstruction(std::optional<FonctionDefinition>& fonction);
7477

0 commit comments

Comments
 (0)