Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roadmap #33

Open
1 of 7 tasks
scott-cotton opened this issue Aug 15, 2021 · 0 comments
Open
1 of 7 tasks

Roadmap #33

scott-cotton opened this issue Aug 15, 2021 · 0 comments

Comments

@scott-cotton
Copy link
Member

scott-cotton commented Aug 15, 2021

  • cli- #34
    - [x] analyzer framework stub
    - [ ] service
  • memory model #35
    - [x] constraints (load, store, transfer)
    - [x] plain serialize
    - [ ] solve
    - [ ] solve with opaque bindings
    - [ ] export
    - [ ] import
  • indexing #36
    - [ ] integrate types
    - [ ] dev.typeparams version
  • types -- represent locatable objects #37
    - [ ] to go types
    - [x ] from go types
    - [x ] serialize
  • objects -- manage lifecycle of memory model w.r.t. Go things #40
    - [x] creation
    - [ ] function call
    - [x] map update, lookup
    - [x] slice indexing
  • ssa2pal #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.
  • docs #39
    - [x] statement of purpose
    - [ ] design
    - [ ] cli
    - [ ] service
    - [ ] tutorial
    - [ ] reference
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant