starmelon/examples/single-page
YetAnotherMinion 2e78b33524
feat: figured out starmelon needs expr types
To generate partial application boxed closures I need to know the arity
of the expression to tell if more args will remain after the given args.
Right now I think I can recalculate the types if I have a symbol table
where I can look up every variable. I think this will be a lot of work
because I have to reimplement most of unification to deal with
collections, patterns, and type variables. And I currently don't know
how unification works.
2025-11-23 19:34:16 -08:00
..
script feat: transpile hello world view function 2025-11-23 19:34:16 -08:00
src feat: figured out starmelon needs expr types 2025-11-23 19:34:16 -08:00
Cargo.toml feat: unix adaptor for elm called starmelon 2025-11-23 19:34:16 -08:00
elm.json feat: starmelon reads files or stdin 2025-11-23 19:34:16 -08:00
starmelon feat: unix adaptor for elm called starmelon 2025-11-23 19:34:16 -08:00
starmelon-release refactor: share checksum rebuild logic 2025-11-23 19:34:16 -08:00