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 1cfb882 commit dd44c7cCopy full SHA for dd44c7c
src/Parser.h
@@ -66,6 +66,9 @@ namespace FPL {
66
std::optional<FonctionDefinition> getFonction(std::string &fonction);
67
std::optional<ArgumentDefinition> getArgument(std::string &fonction, std::string &name);
68
69
+ // Conditions:
70
+ bool VerifierInstruction(std::optional<FonctionDefinition>& fonction);
71
+
72
// Fichiers :
73
bool FichierInstruction(std::optional<FonctionDefinition>& fonction);
74
0 commit comments