parametrize your mom?

This commit is contained in:
Mid
2025-05-03 09:59:30 +03:00
parent 2c6033e501
commit 56c10daaa7
16 changed files with 1156 additions and 214 deletions

View File

@@ -5,6 +5,11 @@
#define __attribute__(x)
#endif
union AST;
struct Token;
void __attribute__((noreturn)) stahp(int, int, const char*, ...);
void __attribute__((noreturn)) stahp_node(union AST*, const char*, ...);
void __attribute__((noreturn)) stahp_token(struct Token*, const char*, ...);
#endif