lpeg v1.1.0
- Created
- Updated
LPeg is a pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs).
# Usage
lpeg provides CMake targets:
find_package(unofficial-lpeg CONFIG REQUIRED)
target_link_libraries(main PRIVATE unofficial::lpeg::lpeg)
UNOFFICIAL_LPEG_LUA_FILES will be set to the path of re.lua
add_custom_command(TARGET main POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy
${UNOFFICIAL_LPEG_LUA_FILES}
$<TARGET_FILE_DIR:main>)
install(FILES ${UNOFFICIAL_LPEG_LUA_FILES} DESTINATION my_lua_path)
# License
MIT
# Supported Platforms
All platforms are supported
# Features
No features defined.
# Dependencies
No transitive dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
- Stephen E. Baker
- Robert Schumacher
- Alexander Karatarakis
- pravic
- Stefano Sinigardi
- Billy O'Neal
- Jack·Boos·Yu
- autoantwort
- dundargoc