summaryrefslogtreecommitdiff
path: root/src/include/synext.hpp
blob: 67f3b87bc8f1d853c17c5007ff58d8b923e211f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 */
#pragma once
#ifndef _SYNEXT_HPP_
#define _SYNEXT_HPP_

#include "../common.hpp"   // for LList
#include "synext_decorator.hpp"
#include "synext_macro.hpp"

extern void Expand_BareExpr(const ::AST::Crate& crate, const AST::Module& mod, ::std::unique_ptr<AST::ExprNode>& node);

#endif