Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucasoptml/opcplusplus
compiler for c++ headers with custom attributes/modifiers via dialects, outputs generated src/h, xml definitions, mirrored reflection structure, fast dynamic casts. memory stack only, no heap allocations. supports c++03. translating compiler technology similar to babel and typescript .
https://github.com/lucasoptml/opcplusplus
compiler cplusplus cplusplus-03 cplusplus-11 cplusplus-14 cplusplus-17 cplusplus-20 cplusplus-98 cpp extended-reality jc metaprogramming reflection template-metaprogramming typescript ukraine ukraine-tech ukrainewar virtual-reality
Last synced: about 1 month ago
JSON representation
compiler for c++ headers with custom attributes/modifiers via dialects, outputs generated src/h, xml definitions, mirrored reflection structure, fast dynamic casts. memory stack only, no heap allocations. supports c++03. translating compiler technology similar to babel and typescript .
- Host: GitHub
- URL: https://github.com/lucasoptml/opcplusplus
- Owner: lucasoptml
- License: gpl-3.0
- Created: 2020-07-01T14:34:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-19T22:55:00.000Z (over 1 year ago)
- Last Synced: 2024-10-13T16:22:04.476Z (2 months ago)
- Topics: compiler, cplusplus, cplusplus-03, cplusplus-11, cplusplus-14, cplusplus-17, cplusplus-20, cplusplus-98, cpp, extended-reality, jc, metaprogramming, reflection, template-metaprogramming, typescript, ukraine, ukraine-tech, ukrainewar, virtual-reality
- Language: C++
- Homepage:
- Size: 63.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# opcplusplus
compiler for c++ headers with custom attributes/modifiers via language extension dialects: outputs generated src/h, xml definitions.
default extension dialect generates mirrored reflection structure, fast dynamic casts, stack memory only, no heap allocations.
supports reflection of stl data structures.
## dialect files
[dialect definition files](opcplusplus/Distribution/opcpp/dialects/)
[reflection dialect definition](opcplusplus/Distribution/opcpp/dialects/opc++dialect.doh)
## manual pdf
[manual](opcplusplus/Documentation/Manual/Manual.pdf)
## site
[getting started site](http://opcpp.com)
[reflection class reference](http://opcpp.com/documentation/docs/html)