This is a much needed clean up and perf boost release. 

https://github.com/blancas/kern

Function (parse-file) won't choke with big files, while new parsers 
(parse-data) and (parse-data-file) work much faster by relaxing their 
house-keeping for input that's expected to be alright (e.g., serialized 
data).

Parser (search) will match a pattern anywhere in the input, not just at the 
start. The new lexer configuration for a leading sign in numbers helps in 
cases where the lexical sign interferes with the grammar for expressions. 
The Wiki now includes a chapter in lexer config:

https://github.com/blancas/kern/wiki/How-to-Customize-the-Lexer

Documentation and samples:
https://github.com/blancas/kern/wiki
http://blancas.github.io/kern/

For bug reports, feedback, and feature requests:
https://github.com/blancas/kern/issues?state=open

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to