https://github.com/knapply/ctrer
Header files for ctre, a "Compile time PCRE (almost) compatible regular expression matcher"
https://github.com/knapply/ctrer
Last synced: 12 months ago
JSON representation
Header files for ctre, a "Compile time PCRE (almost) compatible regular expression matcher"
- Host: GitHub
- URL: https://github.com/knapply/ctrer
- Owner: knapply
- License: gpl-3.0
- Created: 2020-04-22T14:14:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T15:32:51.000Z (about 6 years ago)
- Last Synced: 2025-03-05T14:28:47.213Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 843 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
title: "`{ctrer}`"
output:
github_document:
html_preview: true
toc: true
toc_depth: 2
html_document:
keep_md: yes
always_allow_html: yes
editor_options:
chunk_output_type: console
---
```{r, echo=FALSE}
knitr::opts_chunk$set(
# collapse = TRUE,
fig.align = "center",
comment = "#>",
fig.path = "man/figures/",
message = FALSE,
warning = FALSE
)
options(width = 150)
```
[](https://github.com/knapply/ctrer/actions?workflow=R-CMD-check)
[](https://www.tidyverse.org/lifecycle/#experimental)
[](https://codecov.io/gh/knapply/ctrer?branch=master)
[](https://github.com/knapply/ctrer/commits/master)
[](https://www.gnu.org/licenses/gpl-3.0)
[](https://www.r-project.org/)
[](https://en.cppreference.com/w/cpp/17)
[](https://cran.r-project.org/package=ctrer)
[](http://hits.dwyl.io/knapply/ctrer)
# Introduction
`{ctrer}` provides header files for [Hana Dusíková](https://github.com/hanickadot)'s
[Compile time regular expressions](https://github.com/hanickadot/compile-time-regular-expressions), a "Compile time PCRE (almost) compatible regular expression matcher" using C++(>=)17.