Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用 C 应用程序中的 pygments?是否有用于 pygments 的 C 库?我需要从 C++ 程序中使用它。
嵌入 Python相当简单。然后你可以在你的应用程序中使用 Pygments。
特别是请看第 5.3 节。在那里,他们使用用户输入的模块和函数名称,但您可以很容易地使用常量"pygments"等来调用 Pygments API 中的必要函数。
"pygments"