Skip to content

Commit

Permalink
Merge pull request #42 from ChemiCalChems/compile-time-regex
Browse files Browse the repository at this point in the history
Compile time regex (related to issue #37)
  • Loading branch information
liuzicheng1987 authored Dec 28, 2023
2 parents 07942bb + aabe753 commit 0a524a9
Show file tree
Hide file tree
Showing 4 changed files with 5,805 additions and 38 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -512,3 +512,5 @@ reflect-cpp has been developed by [scaleML](https://www.scaleml.de), a company s
reflect-cpp is released under the MIT License. Refer to the LICENSE file for details.

reflect-cpp includes [YYJSON](https://github.com/ibireme/yyjson), the fastest JSON library currently in existence. YYJSON is written by YaoYuan and also released under the MIT License.

reflect-cpp includes [compile-time-regular-expressions](https://github.com/hanickadot/compile-time-regular-expressions). CTRE is written by Hana Dusíková and released under the Apache-2.0 License with LLVM exceptions.
Loading

0 comments on commit 0a524a9

Please sign in to comment.