You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add f-string support infrastructure in ZynML grammar
- Add fold_concat() helper function in grammar interpreter to desugar
f-strings into nested concat(a, b) calls instead of multi-arg concat
- Add to_string mapping to $IO$format_dynamic for type conversion
- Add signature for $IO$string_concat in zrtl_io plugin
- Update f-string grammar rules to use fold_concat(parts)
Note: F-strings are not yet fully functional due to prelude bool
return type issue (is_some/is_none returning i32 instead of i8)
that causes function compilation to be skipped.
0 commit comments