Releases: Cirru/parser.clj
Releases · Cirru/parser.clj
Changes for perf
Handle empty code parsing.
Details #11 .
Slightly optimize nim parser code
Details #10 .
Add port to nim library
Added a way to call the nim generated library:
yarn add @cirru/parser.nim # ^0.5.5(cirru-parser.nim/parse "code")It's actually slower since data need to be transformed from number[] to string on JavaScript side.
Small changes for better performance
Details #7 .
Rewrite for performance
Removed pare function and now only parse function is supported with no locations information in result.
Release ClojureScript version
Breaking
- This was previously a Clojure library, not it's a ClojureScript only library for various purposes in JavaScript environments.