Commit Graph

9 Commits

Author SHA1 Message Date
wash 4295b0568b mie: convert: implement record text conversion 2025-04-23 15:44:17 +01:00
wash ef4b4d2f66 mie: implemented array value type; restructure const value structures
there are now separate structs for all const types (int, string, etc),
rather than a single mie_const union.
2025-04-23 15:42:58 +01:00
wash 2673f29447 mie: add comma separtor between func arg text output 2025-04-22 21:32:12 +01:00
wash f8c322ef6c mie: convert: add support for converting more value types 2025-04-22 15:20:43 +01:00
wash 8febd270ba mie: convert: add spacing between function definitions 2025-04-21 21:10:14 +01:00
wash 9cce4bf541 mie: implement caching and emitting string data 2025-04-17 22:55:17 +01:00
wash 8388dfeb79 mie: implement ir generation for message sending 2025-04-17 21:43:02 +01:00
wash d4e0df0bda mie: implement sub/mul/div instruction generation 2025-04-14 20:14:28 +01:00
wash edf5b18b32 mie: start implementing ir memory->text conversion 2025-04-13 18:34:28 +01:00