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 1ac7aaf commit d9cf599Copy full SHA for d9cf599
src/Parser.h
@@ -9,6 +9,7 @@
9
#include <map>
10
#include <functional>
11
#include <algorithm>
12
+#include <fstream>
13
14
#include "TokenBuilding.h"
15
#include "TypeManager.h"
@@ -58,6 +59,10 @@ namespace FPL {
58
59
std::optional<FonctionDefinition> getFonction(std::string &fonction);
60
std::optional<ArgumentDefinition> getArgument(std::string &fonction, std::string &name);
61
62
+ // Fichiers :
63
+
64
+ bool FichierInstruction(std::optional<FonctionDefinition>& fonction);
65
66
67
// Utils :
68
bool ManagerInstruction(std::optional<FonctionDefinition>& fonction);
0 commit comments