51 skills found · Page 1 of 2
alibaba / YalantinglibsA collection of modern C++ libraries, include coro_http, coro_rpc, compile-time reflection, struct_pack, struct_json, struct_xml, struct_pb, easylog, async_simple etc.
INRIA / SpoonSpoon is a metaprogramming library to analyze and transform Java source code. :spoon: is made with :heart:, :beers: and :sparkles:. It parses source files to build a well-designed AST with powerful analysis and transformation API.
veselink1 / Refl CppStatic reflection for C++17 (compile-time enumeration, attributes, proxies, overloads, template functions, metaprogramming).
dtolnay / ReflectCompile-time reflection API for developing robust procedural macros (proof of concept)
JetBrains-Research / ReflektA plugin for Kotlin compiler for compile-time reflection
SiimKinks / SqlitemagicCompile time processed, annotation driven, no reflection SQLite database layer for Android
Kotlin / Kotlinx SchemaKotlin Multiplatform library that generates JSON Schemas from your methods and classes both at compile-time via Kotlin Symbol Processing(KSP) and at runtime via reflection or kotlinx.serialization.
crazybie / TrefA handy, tiny but powerful compile-time reflection system for C++.
x2bool / MockupZero-reflection, compile-time mocking library based on C# source generators
BlackMATov / Enum.hppC++17 compile-time enum reflection library
yosh-matsuda / Field ReflectionCompile-time reflection for C++ to get field names and types from a struct/class.
blockspacer / FlextoolC++ compile-time programming (serialization, reflection, code modification, enum to string, better enum, enum to json, extend or parse language, etc.)
rnett / InspektCompile time, multiplatform reflection for Kotlin
eliossou / MiroirC++20 compile-time reflection library.
DisabledMallis / Magic VtableA small C++23 library to acquire vtable information at compile time
profitviews / Merton Market MakerDemo algo showing Python with C++ bindings using compile-time reflection
ReflectCxx / ReflectionTemplateLibrary CPPPowerful C++ runtime reflection with compile-time guarantees – and ZERO performance compromise.
RedSkittleFox / ReflexprCompile time struct Reflections
ctummon / CerializerJSON Serializer using compile time reflection
shijunfeng00 / Static ReflectA compiling time static reflection framework for C++