You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
anon a158a27697 benchmark/make is no longer a trap 8 月之前
benchmark benchmark/make is no longer a trap 8 月之前
debug debuging stuff 8 月之前
documentation . 8 月之前
source conditional silence error 8 月之前
.gdbinit debuging stuff 8 月之前
.gitignore brenchmarking WIP 8 月之前
Makefile minor change 8 月之前
README.md markdown syntax fix 8 月之前

README.md

Jëger

A regex engine.

Syntax

The aim was to follow Vim's regex syntax. Esoteric special characters such as “\zs” are not implemented, however the just is supported.

Symbol Meaning (TODO: fill in)
.
=
+
*
?
\<
\>
^
\t
\n
\b
\i
\I
\k
\K
\f
\F
\p
\P
\s
\d
\D
\x
\X
\o
\O
\w
\W
\h
\a
\l
\L
\u
\U
[<range>]
[^<range>]