Init Commit.

This commit is contained in:
Creeper Lv
2026-05-26 03:56:30 +10:00
commit 7d974680a6
8 changed files with 278 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#include "../../../Headers/slex_core.h"
bool slex_translate_to_file_csharp(slex_options *options, slex_rules *rules, FILE *output_file)
{
// TODO: Stub for moment.
return false;
}