Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pfirsich/joml-cpp
https://github.com/pfirsich/joml-cpp
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pfirsich/joml-cpp
- Owner: pfirsich
- License: mit
- Created: 2021-04-17T19:59:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T16:00:06.000Z (about 2 years ago)
- Last Synced: 2024-04-24T11:15:45.279Z (7 months ago)
- Language: C++
- Size: 52.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# joml-cpp
This is a parser (the reference parser) for my markup language [JOML](https://github.com/pfirsich/joml) for C++17.[main.cpp](src/main.cpp) contains a JOML to JSON converter, which is used for the test cases present in the main JOML repo.