This repository has been archived on 2024-03-07. You can view files and clone it, but cannot push or open issues/pull-requests.
zarn/libstd/macro.hpp

17 lines
333 B
C++

#ifndef MACRO_HPP
#define MACRO_HPP
#include "common.hpp"
void assert_fail(Node const& node,
Compiler& compiler,
Program& program,
SymTable& sym);
void declare(Node const& node,
Compiler& compiler,
Program& program,
SymTable& sym);
#endif