fakir/libstd/commons.hpp

15 lines
245 B
C++

#ifndef fkstd_COMMONS_HPP
#define fkstd_COMMONS_HPP
#include <cmath>
#include "../src/commons.hpp"
#include "../src/Module.hpp"
#include "../src/Constant.hpp"
#include "../src/SymTable.hpp"
using namespace fk;
FK_ERROR(assert_error);
#endif