Skip to content

Releases: Cirru/parser.clj

Changes for perf

27 Jan 15:35

Choose a tag to compare

  • Optimizing performance for a bit #14

Handle empty code parsing.

03 Jan 16:58

Choose a tag to compare

Slightly optimize nim parser code

27 Dec 16:03

Choose a tag to compare

Add port to nim library

22 Dec 15:27

Choose a tag to compare

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

09 Dec 16:17

Choose a tag to compare

Rewrite for performance

08 Dec 11:08

Choose a tag to compare

Removed pare function and now only parse function is supported with no locations information in result.

Release ClojureScript version

30 Nov 16:30

Choose a tag to compare

Breaking

  • This was previously a Clojure library, not it's a ClojureScript only library for various purposes in JavaScript environments.