Files
RustAst/examples
Brummel 10a7fcb576 Refactor: Replace Object with StreamStorage for streams
The `Object` trait is too generic and has been causing confusion. This
commit introduces `StreamStorage` as a dedicated trait for reactive
stream types.

This change involves:

- Renaming `Object` to `StreamStorage` in relevant places.
- Updating the `Value::Object` enum variant to `Value::Stream`.
- Modifying how streams are handled in the compiler, VM, and tests to
  use the new `StreamStorage` trait.
- Adjusting example scripts and tests to reflect the change in type
  representation.
- The `StreamNode` struct now explicitly holds its `element_type`.
2026-03-29 18:01:46 +02:00
..
2026-03-26 15:07:48 +01:00
2026-03-26 15:07:48 +01:00
2026-03-26 15:07:48 +01:00
2026-03-26 15:07:48 +01:00
2026-03-26 15:07:48 +01:00
2026-03-26 15:07:48 +01:00
2026-03-28 22:49:44 +01:00
2026-03-26 15:07:48 +01:00
2026-03-26 15:07:48 +01:00
2026-03-26 15:07:48 +01:00
2026-03-26 15:07:48 +01:00
2026-03-26 15:07:48 +01:00