Enabling C/C++ compilation in an application.

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • cppast

    Library to parse and work with the C++ AST

  • Here's an example library that uses the frontend: https://github.com/foonathan/cppast

  • celix

    Apache Celix is a framework for C and C++14 to develop dynamic modular software applications using component and in-process service-oriented programming.

  • 1) use dlopen/LoadLibrary and create your own API to get starting/stopping points in dynamic libraries. See celix which uses this option.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • sol2

    Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation:

  • 3) Similiar to 2, but use more common scripting languages: chai, cs-script, sol2 (c++ framework to embed lua)

  • ChaiScript

    Embedded Scripting Language Designed for C++

  • 3) Similiar to 2, but use more common scripting languages: chai, cs-script, sol2 (c++ framework to embed lua)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts