An open API service indexing awesome lists of open source software.

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"

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)
```

[![R build status](https://github.com/knapply/ctrer/workflows/R-CMD-check/badge.svg)](https://github.com/knapply/ctrer/actions?workflow=R-CMD-check)
[![Lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![Codecov test coverage](https://codecov.io/gh/knapply/ctrer/branch/master/graph/badge.svg)](https://codecov.io/gh/knapply/ctrer?branch=master)
[![GitHub last commit](https://img.shields.io/github/last-commit/knapply/ctrer.svg)](https://github.com/knapply/ctrer/commits/master)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Depends](https://img.shields.io/badge/Depends-GNU_R>=3.6-blue.svg)](https://www.r-project.org/)
[![Depends](https://img.shields.io/badge/Depends-C++>=17-darkblue.svg)](https://en.cppreference.com/w/cpp/17)
[![CRAN status](https://www.r-pkg.org/badges/version/ctrer)](https://cran.r-project.org/package=ctrer)
[![HitCount](http://hits.dwyl.io/knapply/ctrer.svg)](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.