summaryrefslogtreecommitdiff
path: root/include/parser.hpp
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2022-04-16 13:22:31 -0500
committerHombreLaser <sebastian-440@live.com>2022-04-16 13:22:31 -0500
commit4a2d657cc5bf8ea685a0daaec803363bc2c7822c (patch)
tree454d831c4f12499691c779e40b1f9f2638bb8dc9 /include/parser.hpp
parente0957d3990c5c592bf19883054505d82e9d8096f (diff)
Añadida implementación dle diferenciados.
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: