add generator
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
build
|
||||||
|
recovery
|
||||||
|
BeefSpace_User.toml
|
||||||
6
BeefProj.toml
Normal file
6
BeefProj.toml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
FileVersion = 1
|
||||||
|
|
||||||
|
[Project]
|
||||||
|
Name = "Cpp2Beef"
|
||||||
|
TargetType = "BeefLib"
|
||||||
|
StartupObject = "Cpp2Beef.Program"
|
||||||
5
BeefSpace.toml
Normal file
5
BeefSpace.toml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
FileVersion = 1
|
||||||
|
Projects = {Cpp2Beef = {Path = "."}}
|
||||||
|
|
||||||
|
[Workspace]
|
||||||
|
StartupProject = "Cpp2Beef"
|
||||||
1470
src/Generator.bf
Normal file
1470
src/Generator.bf
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user