No Description

jD91mZM2 8c5e7d9d94 Fix offset tests 6 years ago
src 8c5e7d9d94 Fix offset tests 6 years ago
.gitignore 7648b78f45 Initial commit 6 years ago
Cargo.toml 7648b78f45 Initial commit 6 years ago
LICENSE 7648b78f45 Initial commit 6 years ago
README.md 7648b78f45 Initial commit 6 years ago
rust-toolchain e2ed6257d9 Rewrite matcher 6 years ago

README.md

posix-regex

A WIP library for parsing POSIX regular expressions. Only supports ASCII. Created for use in relibc and does not require the std.

Currently only supports enhanced regex.

Known TODOs

Regex compiler:

  • Unnamed groups
  • Alternative syntax for word boundaries: [[:<:]] and [[:>:]]

Matcher:

  • Groups (these are difficult because you can repeat them like any other token)
  • Word boundaries