Skip to content

Commit 21492d3

Browse files
committed
remove unncessery comments
1 parent ee3711d commit 21492d3

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

parser/include/parser.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// include/Parser.hpp
21
#ifndef PARSER_HPP
32
#define PARSER_HPP
43

parser/include/parsing_table.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// include/ParsingTable.hpp
21
#ifndef PARSINGTABLE_HPP
32
#define PARSINGTABLE_HPP
43

parser/include/stack.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// include/Stack.hpp
21
#ifndef STACK_HPP
32
#define STACK_HPP
43

parser/src/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// main.cpp
21
#include "parser.hpp"
32
#include "token.hpp"
43
#include <iostream>

parser/src/parser.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// src/Parser.cpp
21
#include "parser.hpp"
32
#include <iostream>
43
#include <unordered_map>

parser/src/parsing_table.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// src/ParsingTable.cpp
21
#include "parsing_table.hpp"
32
#include <utility>
43

0 commit comments

Comments
 (0)