Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add litgen to the automatic generators list (compiling.rst) #5012

Merged
merged 2 commits into from
Jan 28, 2024

Commits on Jan 25, 2024

  1. doc: add litgen to the automatic generators list (compiling.rst)

    Added this:
    
    [litgen]_ is an automatic python bindings generator with a focus on generating
    documented and discoverable bindings: bindings will nicely reproduce the documentation
    found in headers. It is is based on srcML (srcml.org), a highly scalable, multi-language
    parsing tool with a developer centric approach. The API that you want to expose to python
    must be C++14 compatible (but your implementation can use more modern constructs).
    
    .. [litgen] https://pthom.github.io/litgen
    pthom committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    7a6989d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3222f9d View commit details
    Browse the repository at this point in the history