No description
Find a file
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
examples/single-page feat: figured out starmelon needs expr types 2025-11-23 19:34:16 -08:00
src feat: figured out starmelon needs expr types 2025-11-23 19:34:16 -08:00
always-rebuild.do refactor: use starmelon for derive macros 2025-11-23 19:34:16 -08:00
Cargo.toml feat: figured out starmelon needs expr types 2025-11-23 19:34:16 -08:00
default.upx.do feat: pack starmelon with upx 2025-11-23 19:34:16 -08:00
release.do refactor: use starmelon for derive macros 2025-11-23 19:34:16 -08:00
starmelon-binary.do refactor: some modernization while computer was in shop 2025-11-23 19:34:16 -08:00