mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-12 14:21:25 -07:00
Add -tilde for working on the new compiler
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#if defined(GB_SYSTEM_WINDOWS)
|
||||
#pragma warning(push)
|
||||
#pragma warning(disable: 4200)
|
||||
#pragma warning(disable: 4201)
|
||||
#define restrict gb_restrict
|
||||
#endif
|
||||
|
||||
#include "tilde/tb.h"
|
||||
|
||||
#if defined(GB_SYSTEM_WINDOWS)
|
||||
#pragma warning(pop)
|
||||
#endif
|
||||
|
||||
|
||||
bool tb_generate_code(Checker *c) {
|
||||
gb_printf_err("TODO(bill): implement Tilde Backend\n");
|
||||
return false;
|
||||
}
|
||||
Reference in New Issue
Block a user