Implement Logger, Caching, Args (#2)

This adds basic testing, the logger, caching and an commandline argument
parser

Reviewed-on: #2

closes #1
This commit is contained in:
Booklordofthedings 2025-03-27 17:46:02 +01:00
parent 78183fcc9e
commit 50abe7a88b
6 changed files with 521 additions and 0 deletions

6
BeefProj.toml Normal file
View file

@ -0,0 +1,6 @@
FileVersion = 1
[Project]
Name = "Common"
TargetType = "BeefLib"
StartupObject = "Common.Program"