Skip to content
Snippets Groups Projects
Commit f2c0a611 authored by ilor's avatar ilor
Browse files

Reduce parser.h header dependencies

parent f3b1c679
No related merge requests found
#include <libwccl/parser/Parser.h>
#include "ANTLRLexer.hpp"
#include "ANTLRParser.hpp"
/**
* @desc Parser constructor. Default tagset is NULL
......
#ifndef LIBWCCL_PARSER_PARSER_H
#define LIBWCCL_PARSER_PARSER_H
#include "ANTLRLexer.hpp"
#include "ANTLRParser.hpp"
#include <iostream>
// ----------------------------------------------------------------------------
......
......@@ -2,6 +2,7 @@
#include <libwccl/values/strset.h>
#include <libwccl/parser/Parser.h>
#include <antlr/MismatchedTokenException.hpp>
// ----------------------------------------------------------------------------
......
......@@ -4,6 +4,7 @@
#include <libwccl/values/strset.h>
#include <libwccl/parser/Parser.h>
#include <libwccl/parser/ANTLRParserResult.h>
#include <antlr/MismatchedTokenException.hpp>
// ----------------------------------------------------------------------------
......
......@@ -4,6 +4,7 @@
#include <libwccl/parser/Parser.h>
#include <libwccl/parser/ANTLRParserResult.h>
#include <antlr/MismatchedTokenException.hpp>
// ----------------------------------------------------------------------------
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment