libmya 0.1.0
Library to parse Mya language.
Loading...
Searching...
No Matches
macro_utils.h
Go to the documentation of this file.
1#pragma once
2
12#define ARR_ARG(type, ...) (type[]){ __VA_ARGS__ }, (sizeof((type[]){ __VA_ARGS__ }) / sizeof(type))
13
17#define ARR_TT(...) ARR_ARG(token_type_t, __VA_ARGS__)