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 months ago
benchmark benchmark/make is no longer a trap 8 months ago
debug debuging stuff 8 months ago
documentation . 9 months ago
source conditional silence error 8 months ago
.gdbinit debuging stuff 8 months ago
.gitignore brenchmarking WIP 8 months ago
Makefile minor change 8 months ago
README.md markdown syntax fix 8 months ago

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>]