summaryrefslogtreecommitdiff
path: root/include/parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/parser.hpp')
-rw-r--r--include/parser.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/parser.hpp b/include/parser.hpp
index 3f0032b..567ef03 100644
--- a/include/parser.hpp
+++ b/include/parser.hpp
@@ -2,12 +2,12 @@
* FACULTAD DE CIENCIAS FÍSICO MATEMÁTICAS
* Luis Sebastián Martínez Vega - LCC */
+#ifndef PARSER_H
+#define PARSER_H
#include <string>
#include <vector>
#include "expressions.hpp"
#include "lexer.hpp"
-#ifndef PARSER_H
-#define PARSER_H
class Parser{
private: