add generator

This commit is contained in:
Rune
2026-01-29 16:12:57 +01:00
commit 397c0e320c
4 changed files with 1484 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
build
recovery
BeefSpace_User.toml

6
BeefProj.toml Normal file
View File

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

5
BeefSpace.toml Normal file
View File

@@ -0,0 +1,5 @@
FileVersion = 1
Projects = {Cpp2Beef = {Path = "."}}
[Workspace]
StartupProject = "Cpp2Beef"

1470
src/Generator.bf Normal file

File diff suppressed because it is too large Load Diff