Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
anon a158a27697 benchmark/make is no longer a trap pirms 8 mēnešiem
benchmark benchmark/make is no longer a trap pirms 8 mēnešiem
debug debuging stuff pirms 8 mēnešiem
documentation . pirms 9 mēnešiem
source conditional silence error pirms 8 mēnešiem
.gdbinit debuging stuff pirms 8 mēnešiem
.gitignore brenchmarking WIP pirms 8 mēnešiem
Makefile minor change pirms 8 mēnešiem
README.md markdown syntax fix pirms 8 mēnešiem

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