Skip to content

PapyrusLikeConfigurationLanguage/libPLCL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libPLCL

libPLCL is the reference serialization/deserialization library for the Papyrus(Like)ConfigurationLanguage language.

Until there is a stable release, the API is subject to change.

TODO

  • Serialization
  • Verifying configs against templates
  • Better error handling
  • Tests

Building and Installing

Requirements

  • CMake 3.10 or later
  • C++23 compiler

Building

mkdir build
cd build 
cmake .. # -DCMAKE_INSTALL_PREFIX=/path/to/install, defaults to /usr/local
make

Installing

make install

Usage

Check the examples folder for usage examples.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published