oakmac / oakmac/standard-clojure-style-js
quirky anonymous fn syntax test case
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 137
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
This is a good test case to add to the parsing corpus:
Yet another Clojure reader quirk: %2r11 is a valid anonymous argument and is equivalent to %3 and so is %3.14 or %13/4. %-1 is the same as %& or %-3/3, %-0x1 etc.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the parsing corpus and its existing anonymous-function syntax tests in the repository. Add the linked Clojure reader cases for anonymous arguments, then run the relevant parser test suite and confirm the corpus accepts them without regressions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100