Skip to content

Commit d9cf599

Browse files
committed
Nouvelle instruction : fichier (fonction management).
1 parent 1ac7aaf commit d9cf599

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Parser.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <map>
1010
#include <functional>
1111
#include <algorithm>
12+
#include <fstream>
1213

1314
#include "TokenBuilding.h"
1415
#include "TypeManager.h"
@@ -58,6 +59,10 @@ namespace FPL {
5859
std::optional<FonctionDefinition> getFonction(std::string &fonction);
5960
std::optional<ArgumentDefinition> getArgument(std::string &fonction, std::string &name);
6061

62+
// Fichiers :
63+
64+
bool FichierInstruction(std::optional<FonctionDefinition>& fonction);
65+
6166

6267
// Utils :
6368
bool ManagerInstruction(std::optional<FonctionDefinition>& fonction);

0 commit comments

Comments
 (0)