Skip to content
  • earncef's avatar
    Updated Map accessors (#93) · 9fd60cc3
    earncef authored
    #### Summary
    fixes #89 
    Maps can now be accessed both as `a.b` or `a[b]`
    
    #### Checklist
    - [x] Tests are passing: `task test`
    - [x] Code style is correct: `task lint` 
    9fd60cc3