alantech / alan

Autoscalable Programming Language
https://alan-lang.org
MIT License
305 stars 10 forks source link

TODO cleanup #788

Closed dfellis closed 2 months ago

dfellis commented 2 months ago

This PR was focused on cleaning up a lot of various TODOs. Part of that made it clear that you couldn't infer the length of a buffer type with type inference, so a generic buffer length function wouldn't work. This resolves that at the same time.