aboutsummaryrefslogtreecommitdiff
path: root/guests_macro
Commit message (Collapse)AuthorAgeFilesLines
* fix(guests_macro): Do not skip joint characters which arent ':'Kamen Mladenov2025-01-281-1/+1
| | | | | For example, in `Vec<...>`, `<` is Joint and before it would get skipped.
* feat(guests_macro): Implement args_divide_groupedKamen Mladenov2025-01-221-4/+11
| | | | Use it in multiple zkVMs, simplifying codebase
* fix(guests_macro): Make make_wrapper call use curly braces, since it expands ↵Kamen Mladenov2025-01-171-1/+1
| | | | to items
* fix(guests_macro): Remove trailing comma from group_streams outputKamen Mladenov2025-01-161-1/+1
|
* feat(guests_macro): Make split_fn remove -> from return typeKamen Mladenov2025-01-162-2/+6
|
* feat(guests_macro): Add initial implementationKamen Mladenov2025-01-093-0/+154