Commit 7ecdae7b authored by nagayama15's avatar nagayama15

Split comparators into source files

parent 6210551c
#ifndef INCLUDE_kyut_Comparator_hpp
#define INCLUDE_kyut_Comparator_hpp
#include <wasm.h>
namespace wasm {
[[nodiscard]] bool operator<(const Literal &a, const Literal &b);
[[nodiscard]] bool operator<(const Expression &a, const Expression &b);
[[nodiscard]] bool operator<(const ExpressionList &a, const ExpressionList &b);
} // namespace wasm
#include "Comparator.inl.hpp"
#endif // INCLUDE_kyut_Comparator_hpp
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment