Skip to content

Commit d622034

Browse files
committed
Fixs
1 parent 6397a5b commit d622034

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Parser.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ namespace FPL {
3232
std::optional<Statement> CheckerValue();
3333

3434

35-
// Print : In the ManagerInstruction
35+
// Print :
36+
bool PrintInstruction(auto parseStart);
3637

3738
// Variable :
3839
std::map<std::string, VariableDefinition> mVariables;
3940
bool isVariable(std::string &name);
40-
bool VariableInstruction(auto parseStart);
41-
bool PrintInstruction(auto parseStart);
41+
bool VariableInstruction();
4242

4343
// Fonctions :
4444
bool FunctionChecker(auto parseStart);
@@ -52,6 +52,6 @@ namespace FPL {
5252

5353
bool ManagerInstruction();
5454

55-
bool ChangerInstruction(auto parseStart);
55+
bool ChangerInstruction();
5656
};
5757
}

0 commit comments

Comments
 (0)