parseclj icon indicating copy to clipboard operation
parseclj copied to clipboard

Clojure Parser for Emacs Lisp

Results 4 parseclj issues
Sort by recently updated
recently updated
newest added
trafficstars

I'm working on a performance-critical project that requires repeated parsing with parseclj. I'm interested in knowing whether there's built-in support for caching parsed results. If not, would memoization be an...

This allows you to have much more expressive tests (similar to what you get from jasmine/rspec) and simplifies the travis integration a lot. https://github.com/jorgenschaefer/emacs-buttercup The project doesn't have many tests...

help wanted

Seems it has trouble parsing forms like `1/8`

- Syntax features - [x] regular expressions - [x] hexadecimals (0x...) - [x] namespaced maps - [x] metadata - [x] #=(...) - [x] #?() / #?@() - [x] quote /...