Roadmap
scott-cotton opened this issue · 0 comments
scott-cotton commented
- #34
- [x] analyzer framework stub
- [ ] service - #35
- [x] constraints (load, store, transfer)
- [x] plain serialize
- [ ] solve
- [ ] solve with opaque bindings
- [ ] export
- [ ] import - #36
- [ ] integrate types
- [ ] dev.typeparams version - #37
- [ ] to go types
- [x ] from go types
- [x ] serialize - #40
- [x] creation
- [ ] function call
- [x] map update, lookup
- [x] slice indexing - #38
- [x] loads
- [x] stores
- [x] map values to memory locations
- [x] map values to objects
- [ ] indexing arithmetic operations
- [x] structs
- [x] arrays
- [ ] slices
- [x] returns
- [x] phi nodes
- [x] function objects
- [ ] function variadics
- [ ] builtins
- [x] range/next iterations. - #39
- [x] statement of purpose
- [ ] design
- [ ] cli
- [ ] service
- [ ] tutorial
- [ ] reference