Property Accessors (dot syntax)
Open
- Dominant language
- Rust
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
=> (:f/2).arity
=> 2
=> (:f/2).functor
=> :f
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the parser and expression-handling code for the shown `(:f/2).arity` and `(:f/2).functor` forms. Determine how property names map to the function's arity and functor, then add coverage for both examples and verify the expressions produce 2 and `:f`.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100