parseclj
parseclj copied to clipboard
Clojure Parser for Emacs Lisp
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...
Seems it has trouble parsing forms like `1/8`
Backlog
- Syntax features - [x] regular expressions - [x] hexadecimals (0x...) - [x] namespaced maps - [x] metadata - [x] #=(...) - [x] #?() / #?@() - [x] quote /...