Skip to content

Releases: polyadic/funcky-lexer

Funcky.Lexer 2.0.0 released

19 Mar 09:04
5f53359
Compare
Choose a tag to compare

We found a performance problem in Version 1 which could only be fixed with a different design. The performance improvement depends on the size of the input, but is very significant.

What's Changed

  • Update to net 8
  • Performance improved by a factor of 500. (Refernce: An example CSV file with 40'000 lines) and removed ILinePositionCalculator interface and everything related. (The cost of the abstraction was too high.)

Full Changelog: v1.0.0...v2.0.0

Funcky.Lexer 1.0.0 released

08 Sep 14:07
Compare
Choose a tag to compare

Can you write a lexer in a single expression? Now you can.

This Lexer has a beautiful fluent interface and the implementation is based on the two preview lexer implementations: Messerli.Lexer and apophis.Lexer.

Both have been now deprecated, and redirect to this package.

For more information you should read the very detailed Readme, you can also refer to the tests which have helpful examples.