選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
anon a158a27697 benchmark/make is no longer a trap 8ヶ月前
benchmark benchmark/make is no longer a trap 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>]