Skip to content
Snippets Groups Projects
Commit d64e4143 authored by Mattias Ajander's avatar Mattias Ajander
Browse files

Moved expression nodes to own folder

parent d4f0e9c1
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,8 @@
*/
#pragma once
#include "ast/ExpressionNode.h"
#include "ast/LiteralNode.h"
#include "ast/expression/ExpressionNode.h"
#include "ast/expression/LiteralNode.h"
#include "token/Token.h"
namespace funk
......
......@@ -4,7 +4,7 @@
*/
#pragma once
#include "ast/ExpressionNode.h"
#include "ast/expression/ExpressionNode.h"
namespace funk
{
......
......@@ -4,8 +4,8 @@
*/
#pragma once
#include "ast/ExpressionNode.h"
#include "ast/LiteralNode.h"
#include "ast/expression/ExpressionNode.h"
#include "ast/expression/LiteralNode.h"
#include "token/Token.h"
namespace funk
......
#include "ast/BinaryOpNode.h"
#include "ast/expression/BinaryOpNode.h"
namespace funk
{
......
#include "ast/ExpressionNode.h"
#include "ast/expression/ExpressionNode.h"
namespace funk
{
......
#include "ast/LiteralNode.h"
#include "ast/expression/LiteralNode.h"
namespace funk
{
......
#include "ast/UnaryOpNode.h"
#include "ast/expression/UnaryOpNode.h"
namespace funk
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment