Download

For build instructions, read the tutorial.

Release 2022.12.1

2023-01-04 Github Download BSL-1.0

include(FetchContent)
FetchContent_Declare(lexy URL https://github.com/foonathan/lexy/releases/download/v2022.12.1/lexy-src.zip)
FetchContent_MakeAvailable(lexy)

Release 2022.12.0

2022-12-07 Github Download BSL-1.0

include(FetchContent)
FetchContent_Declare(lexy URL https://github.com/foonathan/lexy/releases/download/v2022.12.0/lexy-src.zip)
FetchContent_MakeAvailable(lexy)

Latest development version Experimental

2024-04-26 Github Download BSL-1.0

include(FetchContent)
FetchContent_Declare(lexy URL https://lexy.foonathan.net/download/lexy-src.zip)
FetchContent_MakeAvailable(lexy)

Release 2022.05.1

2022-07-13 Github Download BSL-1.0

include(FetchContent)
FetchContent_Declare(lexy URL https://github.com/foonathan/lexy/releases/download/v2022.05.1/lexy-src.zip)
FetchContent_MakeAvailable(lexy)

Release 2022.05.0-beta Experimental

2022-05-03 Github Download BSL-1.0

include(FetchContent)
FetchContent_Declare(lexy URL https://github.com/foonathan/lexy/releases/download/v2022.05.0-beta/lexy-src.zip)
FetchContent_MakeAvailable(lexy)