Go to file
2023-09-09 14:57:02 +02:00
debug debuging stuff 2023-09-09 12:10:23 +02:00
documentation . 2023-09-02 17:39:52 +02:00
source +missing negative ranges 2023-09-09 14:53:14 +02:00
.gdbinit debuging stuff 2023-09-09 12:10:23 +02:00
.gitignore . 2023-09-02 17:39:52 +02:00
Makefile minor change 2023-09-09 14:37:36 +02:00
README.md markdown syntax fix 2023-09-09 14:57:02 +02:00

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