Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
anon a158a27697 benchmark/make is no longer a trap il y a 8 mois
benchmark benchmark/make is no longer a trap il y a 8 mois
debug debuging stuff il y a 8 mois
documentation . il y a 9 mois
source conditional silence error il y a 8 mois
.gdbinit debuging stuff il y a 8 mois
.gitignore brenchmarking WIP il y a 8 mois
Makefile minor change il y a 8 mois
README.md markdown syntax fix il y a 8 mois

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