您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
anon 0456f8595b conditional silence error 8 个月前
benchmark benchmarking prototype 8 个月前
debug debuging stuff 8 个月前
documentation . 9 个月前
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>]