| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(guests_macro): Replace parse_fn mod with struct | Kamen Mladenov | 2025-04-07 | 1 | -0/+3 |
| | | | | | | | | | | | | The old method of having functions for every parsing action of a function definition produced messy results. We're replacing it with a struct which will hold a wide assortment of parsed values. This makes the interface much sleaker with only a minor increase in code. The downside is a lot of data gets repeated, however since this struct will only be used in macros, i.e. compile-time, that doesn't matter too much. | ||||
| * | docs(guests_macro): Add detailed documentation comments | Kamen Mladenov | 2025-02-10 | 1 | -0/+1 |
| | | |||||
| * | feat(guests_macro): Add initial implementation | Kamen Mladenov | 2025-01-09 | 1 | -0/+7 |
