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

13 lines
207 B
C++

#ifndef MACRO_HPP
#define MACRO_HPP
#include "common.hpp"
void assert_fail(Node const& node, Module& mod);
void declare(Node const& node, Module& mod);
void block(Node const& node, Module& mod);
#endif