refactor project (1/?)

This commit is contained in:
2023-08-22 15:30:26 +08:00
parent f687297ebb
commit 1b8f2ff0d5
34 changed files with 1805 additions and 1396 deletions

View File

@ -31,6 +31,7 @@ public class GeneralWriter {
// write enum tail
indent.dec();
indent.puts("};");
indent.printf("LIBCMO_BITFLAG_OPERATORS(%s);", enum_t.mEnumName);
}
}

View File

@ -108,7 +108,7 @@ public class MainRunner {
fs = CommonHelper.openOutputFile("dest/Def2.hpp");
GeneralWriter.writeEnums(fs, def2);
fs.close();
// print message.
System.out.println("DONE!");
}