Upfront constructors almost completely fleshed out.

This commit is contained in:
2023-04-10 21:33:06 -04:00
parent 03d37d614b
commit 6ca30828c0
7 changed files with 1030 additions and 318 deletions

View File

@ -1,7 +1,7 @@
#include "Bloat.cpp"
#ifdef gentime
#ifdef gen_time
#include "gen.cpp"
int gen_main()
@ -19,7 +19,7 @@ int gen_main()
#endif
#ifdef comptime
#ifdef runtime
int main()
{
return 0;