libpulsar
A modular compiler for the pulsar programming language
Loading...
Searching...
No Matches
make.h
Go to the documentation of this file.
1
8#pragma once
9
10#include "def.h"
11
12#define TO_ENUM(enum_case, _, ...) enum_case,
13#define TO_STRING(_, enum_string, ...) enum_string,
14#define TO_STRING2(_, _0, enum_string2, ...) enum_string2,
Base definitions.