Initial commit

This commit is contained in:
2025-11-17 10:28:09 +01:00
parent 7bff81691f
commit 6ee36e26be
391 changed files with 110253 additions and 0 deletions

10
scripts/compilePreprocessor.sh Executable file
View File

@@ -0,0 +1,10 @@
(
cd ../source;
tcc index.c -Wall -lm -I./ application.c include.c templateInstanceProperty.c templateInstance.c template.c fileManager.c console.c variable.c tools.c array.c function.c codeBundle.c class.c file.c property.c replacement.c argument.c method.c text.c lexer.c fileSystem.c -lpcre -o ../binaries/preprocessor;
)