We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32cb365 commit 9629a83Copy full SHA for 9629a83
src/Parser.h
@@ -69,6 +69,9 @@ namespace FPL {
69
// Conditions:
70
bool VerifierInstruction(std::optional<FonctionDefinition>& fonction);
71
72
+ // Boucles:
73
+ bool TantQueInstruction(std::optional<FonctionDefinition>& fonction);
74
+
75
// Fichiers :
76
bool FichierInstruction(std::optional<FonctionDefinition>& fonction);
77
0 commit comments