Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-17 | Changeset: 85 Work on codegen (a big blob of changes about various things, ↵ | rtk0c | |
giving up on writing a clear commit message) - stuff along the lines of cleaning up store process - remove completed TODOs - move code generation out of parser loop - ^^^ also introduce some weird bugs of DeclXxx::name field disappearing -- maybe fixed, maybe didn't, can't reliably reproduce - add infra to mangle (not included in codegen yet, also not tested) - convert SourceFile storage map to node map, ensuring pointer stability (was broken before) - buildsystem asan and UBsan applying to all targest | |||
2022-07-07 | Changeset: 79 Initial work on fixing codegen for the main project, add enum ↵ | rtk0c | |
underlying type (EUT) scanning capability | |||
2022-06-03 | Changeset: 61 [BUGGED] Move object kind enums to use generated ToString and ↵ | rtk0c | |
FromStrong The old mechanism rely on a specific prefix to Ires and GameObject string representations, but the generator currently leaves the enum value. Therefore all editor (e.g. drag & drop) and IO (e.g. ires loading) mechanisms are broken. | |||
2022-06-02 | Changeset: 60 Add struct/class scanning to codegen | rtk0c | |