oakmac / clojurefmt-js

clojurefmt in JavaScript
ISC License
4 stars 0 forks source link

quirky anonymous fn syntax test case #2

Open oakmac opened 1 year ago

oakmac commented 1 year ago

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.