Skip to content

Releases: PG1003/lex

v1.1.2

06 Jan 17:29
Compare
Choose a tag to compare

lex 1.1.2

Changes

  • Added [[fallthrough]], [[nodiscard]] and [[unlikely]] attributes to ensure code correctness and to provide compiler hints for optimazation.
  • Removed the match_mode argument for the gmatch_iterator contructor. This argument was undocumented and only intended for use in the library.
  • Fixed MSVC error C2075 at the captures move constructor.

v1.1.0

13 May 18:02
Compare
Choose a tag to compare

lex 1.1.0

Changes

  • Added support for char8_t when compiling with C++20.

v1.0.1

26 Dec 15:22
Compare
Choose a tag to compare

lex 1.0.1

Changes

  • Reduced the size of a match result object by optimizing it for patterns with up to 2 captures.

v1.0.0

01 Nov 19:32
Compare
Choose a tag to compare

lex 1.0.0

The first release of lex.